mirror of
https://github.com/nlohmann/json.git
synced 2025-07-15 07:41:50 +03:00
🚑 fix for #393
This commit is contained in:
@ -73,6 +73,11 @@ SOFTWARE.
|
||||
#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wfloat-equal"
|
||||
#endif
|
||||
|
||||
// disable documentation warnings on clang
|
||||
#if defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdocumentation"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user