diff options
Diffstat (limited to 'src/lua/makefile')
| -rw-r--r-- | src/lua/makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lua/makefile b/src/lua/makefile index c4b0064..bf09f24 100644 --- a/src/lua/makefile +++ b/src/lua/makefile | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | 6 | ||
| 7 | # Warnings valid for both C and C++ | 7 | # Warnings valid for both C and C++ |
| 8 | CWARNSCPP= \ | 8 | CWARNSCPP= \ |
| 9 | -fmax-errors=5 \ | ||
| 10 | -Wextra \ | 9 | -Wextra \ |
| 11 | -Wshadow \ | 10 | -Wshadow \ |
| 12 | -Wsign-compare \ | 11 | -Wsign-compare \ |
| @@ -15,8 +14,6 @@ CWARNSCPP= \ | |||
| 15 | -Wredundant-decls \ | 14 | -Wredundant-decls \ |
| 16 | -Wdisabled-optimization \ | 15 | -Wdisabled-optimization \ |
| 17 | -Wdouble-promotion \ | 16 | -Wdouble-promotion \ |
| 18 | -Wlogical-op \ | ||
| 19 | -Wno-aggressive-loop-optimizations \ | ||
| 20 | # the next warnings might be useful sometimes, | 17 | # the next warnings might be useful sometimes, |
| 21 | # but usually they generate too much noise | 18 | # but usually they generate too much noise |
| 22 | # -Werror \ | 19 | # -Werror \ |
