aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/BuildLuv.cmake
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-20 02:01:39 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-20 15:21:55 +0100
commit7a80e169c5b128e1aea961e888ca6e9c7b48dd27 (patch)
treef6506253d99c5dda2b516a0c54fbc6e2f46a1702 /cmake.deps/cmake/BuildLuv.cmake
parentd667e0e4142ba8eb8623971539b0f9eec78b7529 (diff)
downloadrneovim-7a80e169c5b128e1aea961e888ca6e9c7b48dd27.tar.gz
rneovim-7a80e169c5b128e1aea961e888ca6e9c7b48dd27.tar.bz2
rneovim-7a80e169c5b128e1aea961e888ca6e9c7b48dd27.zip
build: disable all compiler warnings from dependencies
Diffstat (limited to 'cmake.deps/cmake/BuildLuv.cmake')
-rw-r--r--cmake.deps/cmake/BuildLuv.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildLuv.cmake b/cmake.deps/cmake/BuildLuv.cmake
index 7220333de1..6b2d24f1f9 100644
--- a/cmake.deps/cmake/BuildLuv.cmake
+++ b/cmake.deps/cmake/BuildLuv.cmake
@@ -22,7 +22,7 @@ if(USE_BUNDLED_LIBUV)
list(APPEND LUV_CMAKE_ARGS -D CMAKE_PREFIX_PATH=${DEPS_INSTALL_DIR})
endif()
-list(APPEND LUV_CMAKE_ARGS "-DCMAKE_C_FLAGS:STRING=${DEPS_INCLUDE_FLAGS}")
+list(APPEND LUV_CMAKE_ARGS "-DCMAKE_C_FLAGS:STRING=${DEPS_INCLUDE_FLAGS} -w")
if(CMAKE_GENERATOR MATCHES "Unix Makefiles" AND
(CMAKE_SYSTEM_NAME MATCHES ".*BSD" OR CMAKE_SYSTEM_NAME MATCHES "DragonFly"))
list(APPEND LUV_CMAKE_ARGS -D CMAKE_MAKE_PROGRAM=gmake)