From fa664d1419659e3c56db823c60f2b9cc088455cd Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:21:23 -0700 Subject: Fix build warnings and treat warnings as error on CI (#4276) * Fix build warnings and treat warnings as error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a60a047f1..2a64d3972 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: compiler: gcc platform: x64 config: debug - warnings-as-errors: false + warnings-as-errors: true test-category: smoke full-gpu-tests: false runs-on: ubuntu-20.04 -- cgit v1.2.3