| commit | 03c779451ca796655062115771af14f120ea9b93 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Fri Apr 24 15:31:13 2009 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Fri Apr 24 15:31:13 2009 +0000 |
| tree | c0c4db600993bcdc422e406b64c579c6a2db6502 | |
| parent | a3041ac9316a239c03da3d29c6512c5e99b1e057 [diff] |
update gcc warnings
diff --git a/auto/cc/gcc b/auto/cc/gcc index 8ac76fb..8e5422e 100644 --- a/auto/cc/gcc +++ b/auto/cc/gcc
@@ -158,9 +158,10 @@ 3.* | 4.* ) # we have a lot of the unused function arguments CFLAGS="$CFLAGS -Wno-unused-parameter" - CFLAGS="$CFLAGS -Wno-unused-function" + CFLAGS="$CFLAGS -Wunused-function" CFLAGS="$CFLAGS -Wunused-variable" CFLAGS="$CFLAGS -Wunused-value" + # 4.2.1 shows the warning in wrong places #CFLAGS="$CFLAGS -Wunreachable-code" ;;