Kaydet (Commit) 79c3946e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Enable -Woverload-virtual for Mac OS X, too

...after f29e959c "enable -Woverloaded-virtual
gcc warning" had already enabled it for unxgcc.mk a long time ago.

Change-Id: Ic33e026a3d7200c779cec0cd9f23058debc0c74e
üst fe1104e5
......@@ -49,6 +49,7 @@ gb_CFLAGS := \
gb_CXXFLAGS := \
$(gb_CXXFLAGS_COMMON) \
-fPIC \
-Woverloaded-virtual \
-Wno-ctor-dtor-privacy \
-fno-strict-aliasing \
-fsigned-char \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment