commit | 3ec82c528370efb37130825b919698054834eebd | [log] [tgz] |
---|---|---|
author | Gerald Pfeifer <gerald@pfeifer.com> | Sun Apr 10 20:38:52 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 11 12:11:44 2011 +0200 |
tree | 789776f5fa9b3248bbde7db98d1a19110bce8034 | |
parent | a159569115d4f6f90d9d037437cae776183638ef [diff] [blame] |
configure: Add compiler warning -Wunused-but-set-parameter.
diff --git a/configure.ac b/configure.ac index 51d0533..82b1783 100644 --- a/configure.ac +++ b/configure.ac
@@ -1707,6 +1707,7 @@ WINE_TRY_CFLAGS([-Wdeclaration-after-statement]) WINE_TRY_CFLAGS([-Wstrict-prototypes]) WINE_TRY_CFLAGS([-Wtype-limits]) + WINE_TRY_CFLAGS([-Wunused-but-set-parameter]) WINE_TRY_CFLAGS([-Wwrite-strings]) dnl Check for noisy string.h