diff options
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r-- | scripts/Makefile.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 9c0c48127946..9fb19c0fbf8c 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build | |||
@@ -66,6 +66,7 @@ warning-1 += -Wmissing-format-attribute | |||
66 | warning-1 += -Wmissing-prototypes | 66 | warning-1 += -Wmissing-prototypes |
67 | warning-1 += -Wold-style-definition | 67 | warning-1 += -Wold-style-definition |
68 | warning-1 += $(call cc-option, -Wmissing-include-dirs) | 68 | warning-1 += $(call cc-option, -Wmissing-include-dirs) |
69 | warning-1 += $(call cc-option, -Wunused-but-set-variable) | ||
69 | 70 | ||
70 | warning-2 := -Waggregate-return | 71 | warning-2 := -Waggregate-return |
71 | warning-2 += -Wcast-align | 72 | warning-2 += -Wcast-align |