diff options
Diffstat (limited to 'tools/llvm2cpp')
-rw-r--r-- | tools/llvm2cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile index 88db590c9b..f9c8aec24c 100644 --- a/tools/llvm2cpp/Makefile +++ b/tools/llvm2cpp/Makefile @@ -13,4 +13,4 @@ REQUIRES_EH := 1 include $(LEVEL)/Makefile.common -CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) +CompileCommonOpts := $(CompileCommonOpts) -Wno-format |