Define JSON_DIAGNOSTICS to 0 if not defined to fix annoying Wundef warnings.
This commit is contained in:
Giovanni Cerretani 2021-08-25 17:25:27 +02:00 committed by GitHub
parent 1fd2213fd2
commit d77da05c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,3 +301,7 @@
#else
#define JSON_EXPLICIT explicit
#endif
#ifndef JSON_DIAGNOSTICS
#define JSON_DIAGNOSTICS 0
#endif