diff options
author | Darin Adler <darin@src.gnome.org> | 1999-12-15 03:09:45 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 1999-12-15 03:09:45 +0000 |
commit | 025cf15b760485508d853b9b47c84b4702cdc915 (patch) | |
tree | baa261f2d4a59dbd02973f22f469c2f8a3b44741 /configure.in | |
parent | 7eaca0a83f973c510d41fcea4924c566de692324 (diff) | |
download | nautilus-025cf15b760485508d853b9b47c84b4702cdc915.tar.gz |
Turned on more warnings; fixed all warnings.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 798ab0804..ed5c8f8c7 100644 --- a/configure.in +++ b/configure.in @@ -42,6 +42,21 @@ AM_PATH_LIBGLADE(,AC_MSG_ERROR([*** Libglade 0.7 or better is needed.]), gnome) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST +dnl Some additional warning options. +CFLAGS="$CFLAGS \ +-W \ +-Wcast-align \ +-Wchar-subscripts \ +-Werror \ +-Wmissing-declarations \ +-Wmissing-prototypes \ +-Wnested-externs \ +-Wpointer-arith \ +-Wno-sign-compare \ +-Wsign-promo \ +-trigraphs \ +" + AC_OUTPUT([ Makefile icons/Makefile |