#
eb32d035 |
| 15-Sep-2012 |
plunky <plunky@NetBSD.org> |
WPA_TRACE_REF() provides optional content, potentially leaving an extra semicolon within the struct declarator list. This is not permitted according to C99 "6.7.2.1 Structure and union specifiers", s
WPA_TRACE_REF() provides optional content, potentially leaving an extra semicolon within the struct declarator list. This is not permitted according to C99 "6.7.2.1 Structure and union specifiers", so instead have the macro provide the semicolon as required.
show more ...
|