From: Karl Berry Date: Sun, 11 Mar 2012 15:53:18 +0000 (-0700) Subject: autoupdate X-Git-Tag: v0.1~853 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a7f54e0c79aa1c7147cd409657c54245169f821f;p=gnulib.git autoupdate --- diff --git a/doc/standards.texi b/doc/standards.texi index 4ba94269f..fc0761f5c 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -3,7 +3,7 @@ @setfilename standards.info @settitle GNU Coding Standards @c This date is automagically updated when you save this file: -@set lastupdate February 5, 2012 +@set lastupdate March 8, 2012 @c %**end of header @dircategory GNU organization @@ -2655,10 +2655,10 @@ Don't make the program ugly just to placate static analysis tools such as @command{lint}, @command{clang}, and GCC with extra warnings options such as @option{-Wconversion} and @option{-Wundef}. These tools can help find bugs and unclear code, but they can also generate -so many false alarms that that it hurts readability to silence them -with unnecessary casts, wrappers, and other complications. For -example, please don't insert casts to @code{void} or calls to -do-nothing functions merely to pacify a lint checker. +so many false alarms that it hurts readability to silence them with +unnecessary casts, wrappers, and other complications. For example, +please don't insert casts to @code{void} or calls to do-nothing +functions merely to pacify a lint checker. Declarations of external functions and functions to appear later in the source file should all go in one place near the beginning of the file