Commit 446019ae authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

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

Clang: quiet a warning
parents 6fa4f96b 98d6e6e5
...@@ -73,6 +73,7 @@ SOFTWARE. ...@@ -73,6 +73,7 @@ SOFTWARE.
#if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__) #if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__)
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wfloat-equal" #pragma GCC diagnostic ignored "-Wfloat-equal"
#pragma GCC diagnostic ignored "-Wdocumentation"
#endif #endif
// allow for portable deprecation warnings // allow for portable deprecation warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment