commit:     40a20be491c2247388f210807e38433c33861a86
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  6 12:27:04 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 12:27:04 2022 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=40a20be4

.github: have to deal with Werror=unknown-pragmas

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 .github/workflows/build-test-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-test-ci.yml 
b/.github/workflows/build-test-ci.yml
index 228a9da..94262b6 100644
--- a/.github/workflows/build-test-ci.yml
+++ b/.github/workflows/build-test-ci.yml
@@ -45,7 +45,7 @@ jobs:
           --disable-maintainer-mode --disable-openmp
           ${{ matrix.features }}
       - name: make variant ${{ matrix.features }}
-        run: make CFLAGS="-O3 -Wall -Werror -Wshadow -pipe" V=1 check
+        run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
 
   make-check-macos-x64:
     strategy:
@@ -64,7 +64,7 @@ jobs:
       - name: configure
         run: ./configure --disable-maintainer-mode --disable-openmp
       - name: make
-        run: make CFLAGS="-O3 -Wall -Werror -Wshadow -pipe" V=1 check
+        run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
 
 # until we are able to set token on Github :(
 #  coverity:

Reply via email to