summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvestre Ledru <sledru@mozilla.com>2017-12-07 22:10:19 +0100
committerSylvestre Ledru <sledru@mozilla.com>2017-12-07 22:10:19 +0100
commitd8b38448130272fe1ae319c1043c1bf089e64e27 (patch)
treea45d34914fc8363be0d8fffc72c046240ef38cda
parente84c09e36b264b9d5e3928a86482d45b868fb101 (diff)
downloadnss-hg-d8b38448130272fe1ae319c1043c1bf089e64e27.tar.gz
Bug 1394734 - Simplify various corner cases r=glandium
MozReview-Commit-ID: 4s4JdXZPvmv
-rw-r--r--lib/mozpkix/test/gtest/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mozpkix/test/gtest/moz.build b/lib/mozpkix/test/gtest/moz.build
index 00fa0f9c8..b60c77354 100644
--- a/lib/mozpkix/test/gtest/moz.build
+++ b/lib/mozpkix/test/gtest/moz.build
@@ -39,7 +39,7 @@ include('../../warnings.mozbuild')
# GTest uses a variadic macro in a questionable way and it doesn't seem to be
# possible to selectively disable just that error when -pedantic-errors is set.
-if CONFIG['CC_TYPE'] in ('clang', 'gcc') and CONFIG['CC_TYPE'] != 'clang':
+if CONFIG['CC_TYPE'] == 'gcc':
CXXFLAGS.remove('-pedantic-errors')
# These warnings are disabled in order to minimize the amount of boilerplate