Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 9239aac114fef4380467f08464279de17842c763..d054ef14a0eacfeb842a1d16ed81e29153922019 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1114,7 +1114,7 @@ |
'target_conditions': [ |
['chromium_code==0', { |
'conditions': [ |
- [ 'os_posix==1 and OS!="mac"', { |
+ [ 'os_posix==1 and OS!="mac" and OS!="openbsd"', { |
Mark Mentovai
2011/10/12 19:13:48
You haven’t changed this or responded to my commen
|
# We don't want to get warnings from third-party code, |
# so remove any existing warning-enabling flags like -Wall. |
'cflags!': [ |
@@ -1135,7 +1135,7 @@ |
'-Wsign-compare', |
] |
}], |
- [ 'os_posix==1 and OS!="mac" and chromeos==0', { |
+ [ 'os_posix==1 and OS!="mac" and OS!="openbsd" and chromeos==0', { |
'cflags': [ |
# Don't warn about ignoring the return value from e.g. close(). |
# This is off by default in some gccs but on by default in others. |