diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig index 9078b29306..fa9fb63851 100644 --- a/Makeconfig +++ b/Makeconfig @@ -685,6 +685,7 @@ ifeq ($(all-warnings),yes) else +gccwarn := -Wall -Wwrite-strings -Winline endif ++gccwarn += -Wundef +gccwarn-c = -Wstrict-prototypes # We do not depend on the address of constants in different files to be |