From 912fd0b30d3d2d085b1d97de1a63dcb795ddc733 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 20 Aug 2024 23:16:03 +0200 Subject: Update gradle to 8.10 --- libs/samba/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/samba') 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) -- cgit v1.2.3-70-g09d2