diff options
| author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-05 17:42:42 -0800 |
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-05 18:28:48 -0800 |
| commit | db7c6fdeeaef9475458498e4cf09d6b1329e9aa3 (patch) | |
| tree | 244cfa98fb215d07f90c01e49ddeda38a2c445b3 | |
| parent | 6b4e526e7ba105622f6b143e8e2639b44cb6cc19 (diff) | |
Remove GCC_WARNINGS now that XORG_CWARNFLAGS sets them for us
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
| -rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 0da2838b..7f697269 100644 --- a/configure.ac +++ b/configure.ac @@ -379,13 +379,6 @@ XORG_WITH_LINT XORG_LINT_LIBRARY([X11]) LINT_FLAGS="${LINT_FLAGS} ${X11_CFLAGS} ${XPROTO_CFLAGS}" -if test "x$GCC" = "xyes"; then - GCC_WARNINGS="-Wall -Wpointer-arith -Wstrict-prototypes \ - -Wmissing-prototypes -Wmissing-declarations \ - -Wnested-externs -fno-strict-aliasing" - X11_CFLAGS="$GCC_WARNINGS $X11_CFLAGS" -fi - X11_DATADIR="${datadir}/X11" AC_DEFINE_DIR(X11_DATADIR, X11_DATADIR, [Location of libX11 data]) AC_SUBST(X11_DATADIR) |
