We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wdeprecated-this-capture
1 parent 663358f commit 0c9d0a0Copy full SHA for 0c9d0a0
include/vast/Util/Warnings.hpp
@@ -14,7 +14,8 @@
14
_Pragma( "GCC diagnostic ignored \"-Wctad-maybe-unsupported\"" ) \
15
_Pragma( "GCC diagnostic ignored \"-Wdouble-promotion\"" ) \
16
_Pragma( "GCC diagnostic ignored \"-Wshadow\"") \
17
- _Pragma( "GCC diagnostic ignored \"-Wunused-function\"")
+ _Pragma( "GCC diagnostic ignored \"-Wunused-function\"") \
18
+ _Pragma( "GCC diagnostic ignored \"-Wdeprecated-this-capture\"")
19
20
#define VAST_CLANG_RELAX_WARNINGS \
21
_Pragma( "GCC diagnostic ignored \"-Wambiguous-reversed-operator\"" )
0 commit comments