Kaydet (Commit) 845dc023 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-const-variable

Change-Id: I79d47b843be844bcb413018522564d6e6d65a4db
üst f44a640b
...@@ -6125,6 +6125,7 @@ const SEC_ASN1Template Extensions_Template[] = ...@@ -6125,6 +6125,7 @@ const SEC_ASN1Template Extensions_Template[] =
{ SEC_ASN1_SEQUENCE_OF, 0, Extension_Template, 0 } { SEC_ASN1_SEQUENCE_OF, 0, Extension_Template, 0 }
}; };
/* "will be used eventually" says tml
const SEC_ASN1Template Integer_Template[] = const SEC_ASN1Template Integer_Template[] =
{ {
{ SEC_ASN1_INTEGER, 0, NULL, sizeof(SECItem) } { SEC_ASN1_INTEGER, 0, NULL, sizeof(SECItem) }
...@@ -6138,6 +6139,7 @@ const SEC_ASN1Template Accuracy_Template[] = ...@@ -6138,6 +6139,7 @@ const SEC_ASN1Template Accuracy_Template[] =
{ SEC_ASN1_OPTIONAL | SEC_ASN1_CONTEXT_SPECIFIC | 1, offsetof(Accuracy, micros), Integer_Template, 0 }, { SEC_ASN1_OPTIONAL | SEC_ASN1_CONTEXT_SPECIFIC | 1, offsetof(Accuracy, micros), Integer_Template, 0 },
{ 0, 0, 0, 0 } { 0, 0, 0, 0 }
}; };
*/
const SEC_ASN1Template TimeStampReq_Template[] = const SEC_ASN1Template TimeStampReq_Template[] =
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment