diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index b63dabb831..90049e60b5 100644 --- a/Makeconfig +++ b/Makeconfig @@ -294,7 +294,8 @@ RANLIB = ranlib endif # Extra flags to pass to GCC. -+gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline ++gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline \ + -Wbad-function-cast -Wconversion # This is the program that generates makefile # dependencies from C source files. |