commit | 701ef1d8829a0f479705e3d7f432e105dbabe432 | [log] [tgz] |
---|---|---|
author | Gerald Pfeifer <gerald@pfeifer.com> | Mon Jan 28 01:28:59 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 05 12:05:59 2008 +0100 |
tree | 06e30a08dacdffd72bff92f3fb998eae22400234 | |
parent | 8b7039d8948b419e3f5010c9b737bee460839207 [diff] [blame] |
configure: Use GCC's -Wtype-limits if possible.
diff --git a/configure.ac b/configure.ac index 2de5293..21f07c6 100644 --- a/configure.ac +++ b/configure.ac
@@ -1211,6 +1211,7 @@ WINE_TRY_CFLAGS([-fno-strict-aliasing]) WINE_TRY_CFLAGS([-Wdeclaration-after-statement]) WINE_TRY_CFLAGS([-Wwrite-strings]) + WINE_TRY_CFLAGS([-Wtype-limits]) dnl Check for noisy string.h saved_CFLAGS="$CFLAGS"