Skip to content

Commit 0c9d0a0

Browse files
committed
util: Add -Wdeprecated-this-capture to list of relaxed warnings.
1 parent 663358f commit 0c9d0a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/vast/Util/Warnings.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
_Pragma( "GCC diagnostic ignored \"-Wctad-maybe-unsupported\"" ) \
1515
_Pragma( "GCC diagnostic ignored \"-Wdouble-promotion\"" ) \
1616
_Pragma( "GCC diagnostic ignored \"-Wshadow\"") \
17-
_Pragma( "GCC diagnostic ignored \"-Wunused-function\"")
17+
_Pragma( "GCC diagnostic ignored \"-Wunused-function\"") \
18+
_Pragma( "GCC diagnostic ignored \"-Wdeprecated-this-capture\"")
1819

1920
#define VAST_CLANG_RELAX_WARNINGS \
2021
_Pragma( "GCC diagnostic ignored \"-Wambiguous-reversed-operator\"" )

0 commit comments

Comments
 (0)