From ea647f3adb443d30c32394e043c2914bcbdd50f6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 13 Jan 2025 12:52:32 -0500 Subject: [PATCH] test custom warning filter in CI --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e72e5d3e0..c0a250eb5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,7 @@ strategy: toolchainName: clang buildTargetName: all checkWarnings: true + warningTaskFilters: '\[\-W+.+\]|^((vs|ms)build|ant(\s+.+)?|gradle(w)?(\s+.+)?|grunt|gulp|maven(\s+.+)?|xamarin(android|ios)|xcode(\s+.+)?|cmake|build\s+.+)$' linux_jammy_gcc9_all: imageName: 'ubuntu-22.04' toolchainName: gcc9