| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index eb9a3aa61b7272c9ad01f4a40886afa4d9cfac47..a9a9795dcc228e0338ffedd9ac1c6207340c6999 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -189,9 +189,14 @@ LLVM_EXTRA_WARNINGS := -Wcovered-switch-default
|
| ifdef GPLUSPLUS
|
| CXX := CCACHE_CPP2=yes $(CCACHE) g++
|
| STDLIB_FLAGS :=
|
| - LLVM_EXTRA_WARNINGS := -Wno-unknown-pragmas -Wno-unused-parameter \
|
| - -Wno-comment -Wno-enum-compare -Wno-strict-aliasing \
|
| - -Wno-return-type
|
| + LLVM_EXTRA_WARNINGS := \
|
| + -Wcast-qual \
|
| + -Wno-comment \
|
| + -Wno-long-long \
|
| + -Wno-maybe-uninitialized \
|
| + -Wno-missing-field-initializers \
|
| + -Wno-unused-parameter \
|
| + -Wwrite-strings
|
| OBJDIR := $(OBJDIR)+Gplusplus
|
| endif
|
|
|
|
|