From 968be93124c4a02e8f69678fa987dae1151e6f30 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Sun, 6 Apr 2025 16:23:39 +0200 Subject: [PATCH] Revert "Enable all gcc and clang warnings for testing the CI (#478)" This reverts commit a16385ba1b9e906b1115d06d2c7b50edc919973a. --- .github/workflows/linux.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 673f0efc..03c74051 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -57,28 +57,6 @@ jobs: run: | cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} \ -DVMA_BUILD_SAMPLES=YES \ - -DCMAKE_CXX_FLAGS="-Wall - -Wextra - -Wpedantic - -Wconversion - -Wsign-conversion - -Wshadow - -Wnull-dereference - -Wdouble-promotion - -Wformat=2 - -Wimplicit-fallthrough - -Wundef - -Wcast-align - -Woverloaded-virtual - -Wnon-virtual-dtor - -Wstrict-overflow=5 - -Wuseless-cast - -Wduplicated-cond - -Wduplicated-branches - -Wlogical-op - -Wredundant-decls - -Wstrict-null-sentinel - -Wold-style-cast" $GITHUB_WORKSPACE - name: Build