Browse Source

Fix bad fallback define for SDD_NONNULL

master
cancel 5 years ago
parent
commit
a0c8888dc8
  1. 2
      thirdparty/sdd.h

2
thirdparty/sdd.h

@ -23,7 +23,7 @@
#define SDD_PRINTF(n1, n2)
#endif
#ifndef SDD_NONNULL
#define SDD_NONNULL
#define SDD_NONNULL(...)
#endif
#ifndef SDD_ALLOC
#define SDD_ALLOC

Loading…
Cancel
Save