diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 23:36:10 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 23:36:10 +0000 |
commit | 43e37617d3f170e815bbb814144afa77e1156ef3 (patch) | |
tree | adc1085654a7c2781f7c7c48dd0b44d491b56046 /third_party/libxslt | |
parent | 325d03405283095a8b1f315da224dbd11377488b (diff) | |
download | chromium_src-43e37617d3f170e815bbb814144afa77e1156ef3.zip chromium_src-43e37617d3f170e815bbb814144afa77e1156ef3.tar.gz chromium_src-43e37617d3f170e815bbb814144afa77e1156ef3.tar.bz2 |
Revert 117996 and 117998 (clang warning flag fiddling).
These were causing some compiles to hang.
BUG=111208
TEST=Compilation terminates.
Review URL: https://chromiumcodereview.appspot.com/9169090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119307 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxslt')
-rw-r--r-- | third_party/libxslt/libxslt.gyp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/libxslt/libxslt.gyp b/third_party/libxslt/libxslt.gyp index dea6ae8..4ac5e6c 100644 --- a/third_party/libxslt/libxslt.gyp +++ b/third_party/libxslt/libxslt.gyp @@ -108,17 +108,6 @@ }, 'conditions': [ ['OS!="win"', {'product_name': 'xslt'}], - ['clang == 1', { - 'xcode_settings': { - 'WARNING_CFLAGS': [ - # libxslt stores a char[3] in a `const unsigned char*`. - '-Wno-pointer-sign', - ], - }, - 'cflags': [ - '-Wno-pointer-sign', - ], - }], ], }], ], |