]> git.pld-linux.org Git - packages/lib7zip.git/blob - lib7zip-warnings.patch
- updated to 3.0.0 release
[packages/lib7zip.git] / lib7zip-warnings.patch
1 --- lib7zip-3.0.0/CMakeLists.txt.orig   2018-09-04 07:35:37.000000000 +0200
2 +++ lib7zip-3.0.0/CMakeLists.txt        2018-12-31 13:09:02.058335061 +0100
3 @@ -39,7 +39,7 @@
4  
5  
6  if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
7 -  set(warnings "-Wall -Wextra -Werror -Wno-unused-parameter -Wno-class-memaccess")
8 +  set(warnings "-Wall -Wextra -Werror -Wno-unused-parameter")
9    set(no_undefined "-Wl,--no-undefined")
10  elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
11    set(warnings "-Wall -Wextra -Werror -Wno-inconsistent-missing-override -Wno-unused-parameter")
This page took 0.094084 seconds and 3 git commands to generate.