diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-19 13:06:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-19 13:08:27 +0100 |
commit | f039057048f850f9b43c297258342fb3bc869a6f (patch) | |
tree | 87d0f6591d57462791c99da9dc56fe918ee00305 /solenv | |
parent | e5e42a69867ed720a88864dd5d5549a6f03d2ef5 (diff) |
Warning clean-up (Mac OS X).
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index cef201584152..fb02a5820528 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -55,9 +55,9 @@ gb_COMPILERDEFS += \ gb_CFLAGS := \ -isysroot $(gb_SDKDIR) \ $(gb_CFLAGS_COMMON) \ - -Wshadow \ -fPIC \ -fno-strict-aliasing \ + #-Wshadow \ break in compiler headers already gb_CXXFLAGS := \ -isysroot $(gb_SDKDIR) \ |