commit fe431bcf796afc51a5e75d4ca4677448a3dadba2
Author: Georg Baum <[email protected]>
Date:   Wed Nov 12 21:18:01 2025 +0100

    build: Remove trivstring trace.
    
    This is no longer needed since b8f1f113f31d6ce0c3a4878eaf.
---
 src/support/CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt
index fdaaf3061e..b8278c1b95 100644
--- a/src/support/CMakeLists.txt
+++ b/src/support/CMakeLists.txt
@@ -43,9 +43,6 @@ foreach(_base FileMonitor unicode)
 endforeach()
 handle_source_option("CXX" ${TOP_SRC_DIR}/src/support/checksum.cpp 
-Wno-null-dereference)
 #handle_source_option("CXX" ${TOP_SRC_DIR}/src/support/ForkedCalls.cpp 
-Wno-delete-non-abstract-non-virtual-dtor)
-if(NOT STD_STRING_USES_COW)
-       list(REMOVE_ITEM support_sources 
${TOP_SRC_DIR}/src/support/trivstring.cpp)
-endif()
 
 if(APPLE)
        message(STATUS "Mac LinkBack support")
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to