mirror of
https://gitlab.com/libtiff/libtiff.git
synced 2026-01-18 21:51:18 +01:00
ci: enforce MSVC /W4 warnings
This commit is contained in:
@@ -209,7 +209,8 @@ function Invoke-CMakeConfigure {
|
||||
"-DCMAKE_BUILD_TYPE=$BuildType",
|
||||
"-DCMAKE_INSTALL_PREFIX=$InstallDir",
|
||||
"-DCMAKE_UNITY_BUILD=ON",
|
||||
"-Dfatal-warnings=ON"
|
||||
"-Dfatal-warnings=ON",
|
||||
"-Dextra-warnings=ON"
|
||||
)
|
||||
|
||||
# Add vcpkg toolchain if available
|
||||
|
||||
Reference in New Issue
Block a user