Skip to content

Commit c27a99b

Browse files
swallow gcc14 error of implicit func declaration (#1563)
1 parent 66f2426 commit c27a99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/windows/install-build-pre-requisites.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function Install-cmetrics() {
146146
git submodule sync
147147
git -c protocol.version=2 submodule update --init --force --depth=1
148148
git submodule foreach git config --local gc.auto 0
149-
cmake --fresh -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX="$destinationPath" .
149+
cmake --fresh -G "MinGW Makefiles" -DCMAKE_C_FLAGS="-Wno-error=implicit-function-declaration" -DCMAKE_INSTALL_PREFIX="$destinationPath" .
150150
make
151151
make install
152152
}

0 commit comments

Comments
 (0)