summaryrefslogtreecommitdiff
path: root/libs/samba/CMakeLists.txt
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-08-20 23:16:03 +0200
committerJoel Klinghed <the_jk@spawned.biz>2024-08-20 23:16:03 +0200
commit912fd0b30d3d2d085b1d97de1a63dcb795ddc733 (patch)
treee2bbee865a36cb72613412ccea269965e1a3188b /libs/samba/CMakeLists.txt
parentd372cdcea3b3a0ba4b49180695c4e6b0e2d074a5 (diff)
Update gradle to 8.10
Diffstat (limited to 'libs/samba/CMakeLists.txt')
-rw-r--r--libs/samba/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/samba/CMakeLists.txt b/libs/samba/CMakeLists.txt
index b45e0aa..66f6cd7 100644
--- a/libs/samba/CMakeLists.txt
+++ b/libs/samba/CMakeLists.txt
@@ -4,7 +4,7 @@ project(libsmb2
VERSION 4.0.0
LANGUAGES C CXX)
-add_compile_options("-Wno-deprecated-non-prototype")
+add_compile_options(-Wno-deprecated-non-prototype -Wno-writable-strings)
option(BUILD_SHARED_LIBS "Build shared libraries" ON)