diff options
Diffstat (limited to 'config.mak.dev')
| -rw-r--r-- | config.mak.dev | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.mak.dev b/config.mak.dev index 5229c35484..0fd8cc4d35 100644 --- a/config.mak.dev +++ b/config.mak.dev @@ -53,8 +53,6 @@ ifeq ($(filter extra-all,$(DEVOPTS)),) # These are disabled because we have these all over the place. DEVELOPER_CFLAGS += -Wno-empty-body DEVELOPER_CFLAGS += -Wno-missing-field-initializers -DEVELOPER_CFLAGS += -Wno-sign-compare -DEVELOPER_CFLAGS += -Wno-unused-parameter endif endif @@ -70,7 +68,7 @@ DEVELOPER_CFLAGS += -Wno-missing-braces endif endif -# Old versions of clang complain about initializaing a +# Old versions of clang complain about initializing a # struct-within-a-struct using just "{0}" rather than "{{0}}". This # error is considered a false-positive and not worth fixing, because # new clang versions do not, so just disable it. |
