From d65c6183c0d8b365aa182c3d9026ba85522531f2 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 17 Aug 2022 20:57:15 +0100 Subject: Move -Werror to CI (#2362) * move -Werror to CI This allows people with a more up-to-date system than you to still compile your project, while still allowing you to block on every warning in your own development. * Fixes. * More fix. * more fix. * Disable werror for gcc. * Fix bash. * fix * fix yml Co-authored-by: Yong He Co-authored-by: Yong He --- .github/workflows/macos.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/macos.yml') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e9e7a7dbf..a10467f06 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -27,6 +27,9 @@ jobs: CC=${{matrix.compiler}} CONFIGURATION=${{matrix.configuration}} ARCH=${{matrix.platform}} + CPPFLAGS=-Werror + CFLAGS=-Werror + CXXFLAGS=-Werror source ./github_macos_build.sh - name: Package id: package -- cgit v1.2.3