From 5834d365a49d7828b66fb45285410629430211d3 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 12 Nov 2025 00:12:58 -0800 Subject: =?UTF-8?q?devel/{,py-}stringzilla:=20update=203.12.3=20=E2=86=92?= =?UTF-8?q?=204.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devel/stringzilla/files/patch-CMakeLists.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 devel/stringzilla/files/patch-CMakeLists.txt (limited to 'devel/stringzilla/files/patch-CMakeLists.txt') diff --git a/devel/stringzilla/files/patch-CMakeLists.txt b/devel/stringzilla/files/patch-CMakeLists.txt deleted file mode 100644 index 435e93de13ca..000000000000 --- a/devel/stringzilla/files/patch-CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ ---- CMakeLists.txt.orig 2024-11-09 04:57:16 UTC -+++ CMakeLists.txt -@@ -137,14 +137,6 @@ function(set_compiler_flags target cpp_standard target - # > 4068 for "unknown pragmas". - # > 4146 for "unary minus operator applied to unsigned type, result still unsigned". - # We also specify /utf-8 to properly UTF-8 symbols in tests. -- target_compile_options( -- ${target} -- PRIVATE -- "$<$:/Bt;/wd4068;/wd4146;/utf-8;/WX>" -- "$<$:-Wall;-Wextra;-pedantic;-Werror;-Wfatal-errors;-Wno-unknown-pragmas;-Wno-cast-function-type;-Wno-unused-function>" -- "$<$:-Wall;-Wextra;-pedantic;-Werror;-Wfatal-errors;-Wno-unknown-pragmas>" -- "$<$:-Wall;-Wextra;-pedantic;-Werror;-Wfatal-errors;-Wno-unknown-pragmas>" -- ) - - # Set optimization options for different compilers differently - target_compile_options( -- cgit v1.2.3