Fix -Wunused warnings on JSON_DIAGNOSTICS (#2976)
* Fix #2975 Define JSON_DIAGNOSTICS to 0 if not defined to fix annoying Wundef warnings. * amalgamated
This commit is contained in:
parent
1fd2213fd2
commit
28a169725e
@ -301,3 +301,7 @@
|
|||||||
#else
|
#else
|
||||||
#define JSON_EXPLICIT explicit
|
#define JSON_EXPLICIT explicit
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef JSON_DIAGNOSTICS
|
||||||
|
#define JSON_DIAGNOSTICS 0
|
||||||
|
#endif
|
||||||
|
@ -2514,6 +2514,10 @@ JSON_HEDLEY_DIAGNOSTIC_POP
|
|||||||
#define JSON_EXPLICIT explicit
|
#define JSON_EXPLICIT explicit
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef JSON_DIAGNOSTICS
|
||||||
|
#define JSON_DIAGNOSTICS 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
namespace nlohmann
|
namespace nlohmann
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user