Bug 1092710 - Fix -Wunused-const-variable warning-as-error in non-unified security/certverifier. r=keeler

--HG--
extra : rebase_source : c13f7e565c8459263191f9bb16d4221b6f163443
This commit is contained in:
Chris Peterson 2014-11-01 12:14:41 -07:00
parent afb419238e
commit 312462d737

View File

@ -90,7 +90,10 @@ struct nsMyTrustedEVInfo
// OCSP signing certificate, or OCSP for the intermediate certificates
// isn't working, or OCSP isn't working at all.
#ifdef DEBUG
static const size_t NUM_TEST_EV_ROOTS = 2;
#endif
static struct nsMyTrustedEVInfo myTrustedEVInfos[] = {
// IMPORTANT! When extending this list,
// pairs of dotted_oid and oid_name should always be unique pairs.