common: fix cppcheck syntax error

pull/15457/head
Victor Julien 4 months ago
parent bd198231a0
commit 54322f38f8

@ -52,6 +52,9 @@ extern "C"
void ScanBuildMarkSanitized(const void *);
#endif
#if CPPCHECK == 1
#define __has_feature(x) 0
#endif
#if defined(__has_feature)
#if __has_feature(address_sanitizer)
#define SC_ADDRESS_SANITIZER 1

Loading…
Cancel
Save