]> Cypherpunks repositories - gostls13.git/commit
lib9: avoid all -Wconversion warnings
authorIan Lance Taylor <iant@golang.org>
Tue, 25 Jun 2013 17:44:25 +0000 (10:44 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 25 Jun 2013 17:44:25 +0000 (10:44 -0700)
commit7590e28d24d2dd50200808d2514656b6a440412f
tree578b3d7c189aa95fafa7212b146de85d5880c76f
parent07cb48c31fbe1c2ee6d4996b882b296e162e4464
lib9: avoid all -Wconversion warnings

Built after adding -Wconversion to the list of compiler
arguments used when building.  I believe these are all OK
assuming we will not change the API.  There is no effort to
detect overflow due to very long strings.

R=golang-dev, dave, rsc, r
CC=golang-dev
https://golang.org/cl/10195044
33 files changed:
src/lib9/_p9dir.c
src/lib9/atoi.c
src/lib9/await.c
src/lib9/dirfstat.c
src/lib9/dirfwstat.c
src/lib9/dirstat.c
src/lib9/dirwstat.c
src/lib9/execl.c
src/lib9/flag.c
src/lib9/fmt/dofmt.c
src/lib9/fmt/dorfmt.c
src/lib9/fmt/fltfmt.c
src/lib9/fmt/fmt.c
src/lib9/fmt/fmtdef.h
src/lib9/fmt/fmtfdflush.c
src/lib9/fmt/fmtquote.c
src/lib9/fmt/fmtrune.c
src/lib9/fmt/sprint.c
src/lib9/fmt/strtod.c
src/lib9/fmt/vsmprint.c
src/lib9/fmt/vsnprint.c
src/lib9/getwd.c
src/lib9/readn.c
src/lib9/rfork.c
src/lib9/strecpy.c
src/lib9/tokenize.c
src/lib9/utf/rune.c
src/lib9/utf/utfecpy.c
src/lib9/utf/utflen.c
src/lib9/utf/utfnlen.c
src/lib9/utf/utfrrune.c
src/lib9/utf/utfrune.c
src/lib9/utf/utfutf.c