summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/tests/sdk_util_test
diff options
context:
space:
mode:
authorsbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 02:12:11 +0000
committersbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 02:12:11 +0000
commit2d387351976d7aa3161e1eae991780d3c34e40af (patch)
treecd6821b7b4c735a75c760c40267875e1590badf7 /native_client_sdk/src/tests/sdk_util_test
parent155ca14aad61ea77e081a1d529febdb7def06f69 (diff)
downloadchromium_src-2d387351976d7aa3161e1eae991780d3c34e40af.zip
chromium_src-2d387351976d7aa3161e1eae991780d3c34e40af.tar.gz
chromium_src-2d387351976d7aa3161e1eae991780d3c34e40af.tar.bz2
[NaCl SDK] Remove unneeded warning supressions.
The no-unused-local-typedefs flag is no longer needed since we moved to a new version of gtest. The other warnings are all fixed in this CL. R=binji@chromium.org, binji BUG=270739 Review URL: https://codereview.chromium.org/77043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/tests/sdk_util_test')
-rw-r--r--native_client_sdk/src/tests/sdk_util_test/example.dsc3
1 files changed, 1 insertions, 2 deletions
diff --git a/native_client_sdk/src/tests/sdk_util_test/example.dsc b/native_client_sdk/src/tests/sdk_util_test/example.dsc
index 2073d3f..26fa010 100644
--- a/native_client_sdk/src/tests/sdk_util_test/example.dsc
+++ b/native_client_sdk/src/tests/sdk_util_test/example.dsc
@@ -15,8 +15,7 @@
# referenced before ppapi.
'LIBS': ['gmock', 'ppapi_cpp', 'ppapi', 'gtest', 'pthread'],
'INCLUDES': ['$(NACL_SDK_ROOT)/include/gtest/internal'],
- 'CXXFLAGS': ['-Wno-sign-compare', '-Wno-unused-private-field'],
- 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'],
+ 'CXXFLAGS': ['-Wno-sign-compare']
}
],
'DATA': [