From 657a82ee9f70899eae04d21be382facf6deb950d Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 17 Jan 2023 12:34:58 +0700 Subject: [PATCH] fix missing `CHECK_SUPASS_WARNING` in `additional-flags-uasage` job --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e51b54a..5fa73b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,7 @@ jobs: targets: test_c test_cpp c-flags: -Wno-unused-variable cxx-flags: -Wno-unused-variable + args: -D CHECK_SURPASS_WARNING=ON - name: Run the build results run: build/test_c && build/test_cpp