Browse Source

add more strict macro definition check

pull/15/merge
Sen Han 6 years ago
parent
commit
40b08c5f17
  1. 3
      aco.h

3
aco.h

@ -136,6 +136,9 @@ struct aco_s{
} \
} while(0)
#if defined(aco_attr_no_asan)
#error "aco_attr_no_asan already defined"
#endif
#if defined(ACO_USE_ASAN)
#if defined(__has_feature)
#if __has_feature(address_sanitizer)

Loading…
Cancel
Save