From 379d5b67424d9077d2642e03a4e2250c58d45309 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 29 Jul 2022 16:28:10 +1200 Subject: [PATCH] Fix warning suppression in cpp20_lambda_template --- Examples/test-suite/cpp20_lambda_template.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/cpp20_lambda_template.i b/Examples/test-suite/cpp20_lambda_template.i index 948364f42..5672bd1b7 100644 --- a/Examples/test-suite/cpp20_lambda_template.i +++ b/Examples/test-suite/cpp20_lambda_template.i @@ -2,7 +2,7 @@ // We just want to test that SWIG doesn't choke parsing this so suppress: // Warning 340: Lambda expressions and closures are not fully supported yet. -%warnfilter(WARN_CPP11_LAMBDA); +%warnfilter(SWIGWARN_CPP11_LAMBDA); %include