]> Cypherpunks repositories - gostls13.git/commit
lib9: fix inconsistencies and warnings on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Thu, 13 Feb 2014 19:05:55 +0000 (20:05 +0100)
committerDavid du Colombier <0intro@gmail.com>
Thu, 13 Feb 2014 19:05:55 +0000 (20:05 +0100)
commit705d7c164fa61181f2f943fb2541b39b39ced637
tree48188c328a8313a3e981c279389d28efb9dd4580
parente0a55a6c9826f3b0548a2d78be82931ad73ac218
lib9: fix inconsistencies and warnings on Plan 9

warning: src/lib9/fmt/dorfmt.c:64 unreachable code RETURN
warning: src/lib9/fmt/fltfmt.c:184 set and not used: p
warning: src/lib9/utf/utflen.c:35 unreachable code RETURN
warning: src/lib9/utf/utfrrune.c:45 unreachable code RETURN
warning: src/lib9/utf/utfrune.c:44 unreachable code RETURN

LGTM=rsc
R=rsc, iant, gobot
CC=golang-codereviews
https://golang.org/cl/57170052
src/lib9/errstr.c
src/lib9/fmt/dorfmt.c
src/lib9/fmt/errfmt.c [new file with mode: 0644]
src/lib9/fmt/fltfmt.c
src/lib9/fmt/fmtfd.c
src/lib9/utf/utfecpy.c
src/lib9/utf/utflen.c
src/lib9/utf/utfrrune.c
src/lib9/utf/utfrune.c
src/lib9/utf/utfutf.c