]> andersk Git - openssh.git/blobdiff - configure.ac
- (dtucker) [configure.ac] Enable -Wuninitialized by default when compiling
[openssh.git] / configure.ac
index 69f83db1054fe3c8e1080fa4c67eb369524da2dc..ef6ff76d72978a2a294ed5ab85a3b4be84f2edc6 100644 (file)
@@ -81,7 +81,7 @@ AC_C_INLINE
 AC_CHECK_DECL(LLONG_MAX, have_llong_max=1, , [#include <limits.h>])
 
 if test "$GCC" = "yes" || test "$GCC" = "egcs"; then
-       CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wno-uninitialized"
+       CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wuninitialized"
        CFLAGS="$CFLAGS -Wsign-compare"
 
        if test -z "$have_llong_max"; then
This page took 0.075852 seconds and 4 git commands to generate.