ref: a0c8888dc85ebdace51ab1cb958a58379c13f3ef
parent: 63e699cb0a2681f094deba0c7cc8b809db948bd7
author: cancel <cancel@cancel.fm>
date: Wed Jan 8 21:06:58 EST 2020
Fix bad fallback define for SDD_NONNULL
--- a/thirdparty/sdd.h
+++ b/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