summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-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)