Skip to content

Commit

Permalink
CI: do not error on implicit-function-declaration warning on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed May 14, 2024
1 parent 9f7222b commit bc55fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mswindows/osgeo4w/build_osgeo4w.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export PATH=${OSGEO4W_ROOT_MSYS}/bin:/usr/bin:/mingw64/bin
export C_INCLUDE_PATH=".:${OSGEO4W_ROOT_MSYS}/include:${SRC}/dist.${ARCH}/include:/c/msys64/mingw64/include"
export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python312
export ARCH=x86_64-w64-mingw32
export CFLAGS="-Wno-error=implicit-function-declaration"

./configure \
--host=${ARCH} \
Expand Down

0 comments on commit bc55fee

Please sign in to comment.