mirror of
https://github.com/nlohmann/json
synced 2024-11-27 14:20:07 +00:00
🔀 merge pull request #391 from jaredgrubb/jgrubb-clang-doc-warning
Clang: quiet a warning
This commit is contained in:
commit
446019aefd
@ -73,6 +73,7 @@ SOFTWARE.
|
||||
#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wfloat-equal"
|
||||
#pragma GCC diagnostic ignored "-Wdocumentation"
|
||||
#endif
|
||||
|
||||
// allow for portable deprecation warnings
|
||||
|
Loading…
Reference in New Issue
Block a user