fix "comma at end of enumerator list" warnings in wolfcrypt for C89 compatibility, mostly by just snipping out unneeded comma, but several using WOLF_ENUM_DUMMY_LAST_ELEMENT() to preserve gated enum values as-is.
This commit is contained in:
@@ -45,7 +45,7 @@ enum {
|
||||
BAD = 0xFF, /* invalid encoding */
|
||||
PAD = '=',
|
||||
BASE64_MIN = 0x2B,
|
||||
BASE16_MIN = 0x30,
|
||||
BASE16_MIN = 0x30
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user