Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
osx: Don't warn about unkown warning option
Browse files Browse the repository at this point in the history
We can not make every compiler happy.
  • Loading branch information
zcbenz committed Sep 10, 2015
1 parent 626c7d1 commit 70af2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
'xcode_settings': {
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
'WARNING_CFLAGS': [
'-Wno-unknown-warning-option',
'-Wno-parentheses-equality',
'-Wno-unused-function',
'-Wno-sometimes-uninitialized',
Expand Down

0 comments on commit 70af2e0

Please sign in to comment.