Date: Sun, 25 Apr 1999 15:29:33 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale utf2.c src/lib/libc/string memset.c strcat.c strcpy.c src/lib/libdisk disk.c src/lib/libncurses lib_newterm.c src/lib/libstand dosfs.c ether.c Message-ID: <199904252229.PAA36251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/04/25 15:29:32 PDT Modified files: lib/libc/locale utf2.c lib/libc/string memset.c strcat.c strcpy.c lib/libdisk disk.c lib/libncurses lib_newterm.c lib/libstand dosfs.c ether.c Log: More egcs warning fixes: o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). o Use parens around assignment values used as truth values. o Remove unused function. Reviewed by: obrien and chuckr Revision Changes Path 1.3 +1 -1 src/lib/libc/locale/utf2.c 1.4 +2 -0 src/lib/libc/string/memset.c 1.2 +1 -1 src/lib/libc/string/strcat.c 1.2 +1 -1 src/lib/libc/string/strcpy.c 1.41 +1 -11 src/lib/libdisk/disk.c 1.11 +2 -1 src/lib/libncurses/lib_newterm.c 1.4 +4 -2 src/lib/libstand/dosfs.c 1.2 +1 -1 src/lib/libstand/ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904252229.PAA36251>