bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #39087] Various format specifier problems cause build to fail


From: Graham Lee
Subject: [bug #39087] Various format specifier problems cause build to fail
Date: Tue, 28 May 2013 15:45:19 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36

Follow-up Comment #2, bug #39087 (project gnustep):

Thanks for looking at the patch. I've just checked the GNU coding standards
(and should've done so in advance):

> Don’t make the program ugly just to placate static analysis tools such as
lint, clang, and GCC with extra warnings options such as -Wconversion and
-Wundef. These tools can help find bugs and unclear code, but they can also
generate 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 void or calls to do-nothing functions merely to pacify
a lint checker.

so maybe the appropriate fix is to turn off that warning, instead of this
patch :-(.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39087>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]