diff options
Diffstat (limited to 'core/clang/config.mk')
-rw-r--r-- | core/clang/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/clang/config.mk b/core/clang/config.mk index 59a46ef..ad03a53 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -53,7 +53,8 @@ CLANG_CONFIG_UNKNOWN_CFLAGS := \ -Wno-maybe-uninitialized \ -Wno-error=maybe-uninitialized \ -fno-canonical-system-headers \ - -Wno-unused-local-typedefs + -Wno-unused-local-typedefs \ + -Wno-literal-suffix # Clang flags for all host rules CLANG_CONFIG_HOST_EXTRA_ASFLAGS := |