mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 05:08:03 +02:00
Remove GCC_WARNINGS now that XORG_CWARNFLAGS sets them for us
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
6b4e526e7b
commit
db7c6fdeea
1 changed files with 0 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue