From be66cc88acebe87e175659df1afc2e4586ed8958 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:31:27 -0700 Subject: Enable warnings-as-error for CI (#4659) Enable warnings-as-error for CI Closes #4664. Uses glslang commit that fixed a compiler warning Fixes a recent warning from external/CMakelist.txt A new macro, `SLANG_MAYBE_UNUSED` is added for a future need. --- .github/workflows/compile-regression-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/compile-regression-test.yml') diff --git a/.github/workflows/compile-regression-test.yml b/.github/workflows/compile-regression-test.yml index b6b484b9a..bd1011f86 100644 --- a/.github/workflows/compile-regression-test.yml +++ b/.github/workflows/compile-regression-test.yml @@ -21,7 +21,7 @@ jobs: platform: [x86_64] include: # Self-hosted falcor tests - - warnings-as-errors: false + - warnings-as-errors: true test-category: full full-gpu-tests: false runs-on: [Windows, self-hosted, regression-test] -- cgit v1.2.3