🔀 merge pull request #391 from jaredgrubb/jgrubb-clang-doc-warning

Clang: quiet a warning
This commit is contained in:
Niels Lohmann 2016-12-11 16:04:27 +01:00 committed by GitHub
commit 446019aefd

View File

@ -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