forked from OSchip/llvm-project
sanitizers: silence -pedantic warning
projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc:142:2: warning: extra ';' [-Wpedantic] }; // namespace ^ Identified by gcc 6. llvm-svn: 289851
This commit is contained in:
parent
9f10f34a6b
commit
561117caba
|
@ -139,7 +139,7 @@ class TracePcGuardController {
|
|||
|
||||
static TracePcGuardController pc_guard_controller;
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
extern "C" {
|
||||
SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_dump_coverage( // NOLINT
|
||||
|
|
Loading…
Reference in New Issue