An extra ';' at the end of a namespace triggers a pedantic warning:
.../sanitizer_common/sanitizer_type_traits.h:42:2: warning: extra ‘;’ [-Wpedantic] }; // namespace __sanitizer
Differential D55849
[sanitizer] Remove spurious semi-colon cryptoad on Dec 18 2018, 12:37 PM. Authored by
Details An extra ';' at the end of a namespace triggers a pedantic warning: .../sanitizer_common/sanitizer_type_traits.h:42:2: warning: extra ‘;’ [-Wpedantic] }; // namespace __sanitizer
Diff Detail
|