Skip to content

Commit

Permalink
Disable -Werror for the macos-13 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Apr 29, 2024
1 parent 662ee5a commit 80b7ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Configure ImageMagick
run: |
export CFLAGS="-Wall -Wextra -Werror -Wno-incompatible-library-redeclaration -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-function -Wno-missing-declarations -Wno-incompatible-pointer-types-discards-qualifiers"
export CFLAGS="-Wall -Wextra -Wno-incompatible-library-redeclaration -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-function -Wno-missing-declarations -Wno-incompatible-pointer-types-discards-qualifiers"
export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig"
autoreconf -fiv
./configure --with-quantum-depth=16 --enable-hdri=no --without-perl --with-fftw --with-flif --with-rsvg
Expand Down

0 comments on commit 80b7ad5

Please sign in to comment.