diff options
author | Daniel Seither <[email protected]> | 2015-07-15 15:27:49 +0200 |
---|---|---|
committer | Daniel Seither <[email protected]> | 2015-07-15 15:32:54 +0200 |
commit | 4beb1f307eb104870a19f5a8c241e7366015f292 (patch) | |
tree | aadda26a75b52ef40ad82de1c139ffbb3fa2f05e /src/lib/asn1/asn1_obj.h | |
parent | 72042a9a4e7e5501d977c6510a873c16b77c262b (diff) |
Force semicolons at the end of BOTAN_REGISTER_* macro invocations
All BOTAN_REGISTER_* macros are defined as
namespace { some_command(); }
So, if such a macro is used with a semicolon at the end, we have
`namespace { ... };` which is unnecessary and makes gcc complain when
run with with -Wpedantic.
However, for consistency, it is great to end those macro invocations
with a semicolon. This commit forces semicolons by appending a dummy
definition with the necessary semicolon missing.
Diffstat (limited to 'src/lib/asn1/asn1_obj.h')
0 files changed, 0 insertions, 0 deletions