mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
missed from the merge
This commit is contained in:
parent
cfd82aef4e
commit
75936c3109
@ -18,10 +18,6 @@
|
|||||||
// blanket turn off warnings from CppCoreCheck from catch
|
// blanket turn off warnings from CppCoreCheck from catch
|
||||||
// so people aren't annoyed by them when running the tool.
|
// so people aren't annoyed by them when running the tool.
|
||||||
#pragma warning(disable : 26440 26426 26497 4189 4996)
|
#pragma warning(disable : 26440 26426 26497 4189 4996)
|
||||||
|
|
||||||
#if __clang__ || __GNUC__
|
|
||||||
#pragma GCC diagnostic push
|
|
||||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __clang__ || __GNUC__
|
#if __clang__ || __GNUC__
|
||||||
@ -29,6 +25,7 @@
|
|||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wundef"
|
#pragma GCC diagnostic ignored "-Wundef"
|
||||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||||
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||||
#endif // __clang__ || __GNUC__
|
#endif // __clang__ || __GNUC__
|
||||||
|
|
||||||
#if __clang__
|
#if __clang__
|
||||||
|
Loading…
Reference in New Issue
Block a user