svn rev #25149: trunk/src/

raeburn@MIT.EDU raeburn at MIT.EDU
Sun Sep 4 21:58:53 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25149
Commit By: raeburn
Log Message:
Enable -Werror=uninitialized if supported.


Changed Files:
U   trunk/src/aclocal.m4
Modified: trunk/src/aclocal.m4
===================================================================
--- trunk/src/aclocal.m4	2011-09-05 01:58:48 UTC (rev 25148)
+++ trunk/src/aclocal.m4	2011-09-05 01:58:53 UTC (rev 25149)
@@ -543,7 +543,7 @@
     TRY_WARN_CC_FLAG(-Wno-format-zero-length)
     # Other flags here may not be supported on some versions of
     # gcc that people want to use.
-    for flag in overflow strict-overflow missing-format-attribute missing-prototypes return-type missing-braces parentheses switch unused-function unused-label unused-variable unused-value unknown-pragmas sign-compare newline-eof ; do
+    for flag in overflow strict-overflow missing-format-attribute missing-prototypes return-type missing-braces parentheses switch unused-function unused-label unused-variable unused-value unknown-pragmas sign-compare newline-eof error=uninitialized ; do
       TRY_WARN_CC_FLAG(-W$flag)
     done
     #  old-style-definition? generates many, many warnings




More information about the cvs-krb5 mailing list