[DO NOT MERGE] testing param types

This commit is contained in:
Daniel Agar
2021-11-19 11:30:08 -05:00
parent 7f5fa3d1f7
commit c2bc77b9b8
+1 -1
View File
@@ -446,7 +446,7 @@ __END_DECLS
#if defined(__cplusplus) && !defined(PARAM_IMPLEMENTATION)
#if 0 // set to 1 to debug param type mismatches
#if 1 // set to 1 to debug param type mismatches
#include <cstdio>
#define CHECK_PARAM_TYPE(param, type) \
if (param_type(param) != type) { \