Clang: quiet a warning
This commit is contained in:
parent
bc28942101
commit
98d6e6e523
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue