diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/jsoncons/files | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/jsoncons/files')
| -rw-r--r-- | dev-cpp/jsoncons/files/jsoncons-1.5.0-werror.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-cpp/jsoncons/files/jsoncons-1.5.0-werror.patch b/dev-cpp/jsoncons/files/jsoncons-1.5.0-werror.patch deleted file mode 100644 index d810857f9418..000000000000 --- a/dev-cpp/jsoncons/files/jsoncons-1.5.0-werror.patch +++ /dev/null @@ -1,27 +0,0 @@ -Remove -Werror - -https://bugs.gentoo.org/970841 - ---- a/test/CMakeLists.txt -+++ b/test/CMakeLists.txt -@@ -219,20 +219,6 @@ target_compile_options(unit_tests PRIVATE - $<$<CXX_COMPILER_ID:MSVC>: /EHsc /MP /bigobj /W4> - ) - --if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "8.0") -- message(STATUS Version " ${CMAKE_CXX_COMPILER_VERSION}") -- # older GCC versions don't support -- target_compile_options(unit_tests PRIVATE -- $<$<CXX_COMPILER_ID:GNU>:-Werror=maybe-uninitialized -Wnon-virtual-dtor -Werror=free-nonheap-object -Werror=stringop-overflow -Werror -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit-fallthrough -Wsign-compare -pedantic -Wnonnull -Wnull-dereference -Werror=nonnull> -- ) --endif() -- --if (NOT CMAKE_SYSTEM_NAME STREQUAL Windows) --target_compile_options(unit_tests PRIVATE -- $<$<CXX_COMPILER_ID:Clang>:-Werror=uninitialized -Werror -Wall -Wextra -Wimplicit-fallthrough -Wcast-align -Wcast-qual -Wsign-compare -pedantic> --) --endif() -- - add_test(NAME unit_tests COMMAND unit_tests WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test) - - target_include_directories (unit_tests |
