From cd46d65bebf3dc38b0ef885aafff652cd9c1345b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 29 Sep 2022 19:29:30 +0100 Subject: [PATCH] Testcase overloading warning fix --- Examples/test-suite/cpp11_type_traits.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/test-suite/cpp11_type_traits.i b/Examples/test-suite/cpp11_type_traits.i index 715ce99fa..45077f728 100644 --- a/Examples/test-suite/cpp11_type_traits.i +++ b/Examples/test-suite/cpp11_type_traits.i @@ -4,6 +4,8 @@ // This doesn't really directly test functionality in type_traits as it doesn't provide // much for use by target languages, rather it tests usage of it. +%warnfilter(509) elaborate; + %inline %{ #include