Skip to content

Commit

Permalink
Build: Disable compiler warnings for zlib-ng build
Browse files Browse the repository at this point in the history
The zlib-ng build breaks with some of the compiler warnings that our CI
build tests.  We assume that compiler warnings in upstream software are
the concern of the upstream maintainers anyhow.
  • Loading branch information
dcommander committed Aug 12, 2024
1 parent 978db0f commit d087ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/Xvnc/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(TVNC_ZLIBNG)
CMAKE_ARGS
-DBUILD_SHARED_LIBS=0
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
"-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} -w"
-DCMAKE_C_FLAGS_DEBUG=${CMAKE_C_FLAGS_DEBUG}
-DCMAKE_C_FLAGS_MINSIZEREL=${CMAKE_C_FLAGS_MINSIZEREL}
-DCMAKE_C_FLAGS_RELEASE=${CMAKE_C_FLAGS_RELEASE}
Expand Down

0 comments on commit d087ccd

Please sign in to comment.