mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
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:
committed by
GitHub
parent
1fd2213fd2
commit
28a169725e
@ -2514,6 +2514,10 @@ JSON_HEDLEY_DIAGNOSTIC_POP
|
||||
#define JSON_EXPLICIT explicit
|
||||
#endif
|
||||
|
||||
#ifndef JSON_DIAGNOSTICS
|
||||
#define JSON_DIAGNOSTICS 0
|
||||
#endif
|
||||
|
||||
|
||||
namespace nlohmann
|
||||
{
|
||||
|
Reference in New Issue
Block a user