Skip to content

Commit

Permalink
CI macOS: remove exempts
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 17, 2024
1 parent 37c2bae commit a24a9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export CPPFLAGS="-isystem${CONDA_PREFIX}/include"

./configure $CONFIGURE_FLAGS

EXEMPT="-Wno-error=deprecated-non-prototype -Wno-error=strict-prototypes"
EXEMPT=""
make -j$(sysctl -n hw.ncpu) CFLAGS="$CFLAGS -Werror $EXEMPT" \
CXXFLAGS="$CXXFLAGS -Werror $EXEMPT"

Expand Down

0 comments on commit a24a9a1

Please sign in to comment.