From 05e1f21c6a80ef4a0d3afd4b401d40d9db63aac6 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Mon, 23 Jun 2014 10:37:39 -0400 Subject: [PATCH] Xcode 5.1 also doesn't support -Wno-tautological-pointer-compare --- chromiumcontent.gypi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chromiumcontent.gypi b/chromiumcontent.gypi index c08ff073..6d0a0aed 100644 --- a/chromiumcontent.gypi +++ b/chromiumcontent.gypi @@ -97,8 +97,9 @@ }, 'xcode_settings': { 'WARNING_CFLAGS!': [ - # Xcode 5.1 doesn't support -Wno-absolute-value. + # Xcode 5.1 doesn't support these flags. '-Wno-absolute-value', + '-Wno-tautological-pointer-compare', ], }, 'target_conditions': [