[med-svn] [Git][med-team/xenium][master] 2 commits: Don't build the tests with -Werror
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Sep 14 06:41:39 BST 2022
Andreas Tille pushed to branch master at Debian Med / xenium
Commits:
63ae62e1 by Adrian Bunk at 2022-09-13T23:19:17+03:00
Don't build the tests with -Werror
- - - - -
8c18e552 by Andreas Tille at 2022-09-14T05:41:32+00:00
Merge branch 'master' into 'master'
Don't build the tests with -Werror
See merge request med-team/xenium!2
- - - - -
2 changed files:
- + debian/patches/no-Werror.patch
- debian/patches/series
Changes:
=====================================
debian/patches/no-Werror.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Don't build the tests with -Werror
+Author: Adrian Bunk <bunk at debian.org>
+Bug-Debian: https://bugs.debian.org/1016263
+
+--- xenium-0.0.2+ds.orig/CMakeLists.txt
++++ xenium-0.0.2+ds/CMakeLists.txt
+@@ -58,7 +58,7 @@ if(MSVC)
+ # target_compile_options(gtest PRIVATE /bigobj /W4)# /WX)
+ target_compile_options(benchmark PRIVATE /bigobj)# /W4 /WX)
+ else()
+- target_compile_options(gtest PRIVATE -Wall -Wextra -Werror -Wno-error=cpp)
++ target_compile_options(gtest PRIVATE -Wall -Wextra -Wno-error=cpp)
+ target_compile_options(benchmark PRIVATE -Wall -Wextra -Wno-error=cpp)
+ endif()
+
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ detect-thread-sanitizer.patch
AdjustCMake.patch
remove-privacy-breach.patch
fix-gcc11-FTBFS.patch
+no-Werror.patch
View it on GitLab: https://salsa.debian.org/med-team/xenium/-/compare/e62f12ef0255e67d686f1ede0f3ccbe04c02da50...8c18e552b4a28089e61847a06172e263a8825eb6
--
View it on GitLab: https://salsa.debian.org/med-team/xenium/-/compare/e62f12ef0255e67d686f1ede0f3ccbe04c02da50...8c18e552b4a28089e61847a06172e263a8825eb6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220914/d393af45/attachment-0001.htm>
More information about the debian-med-commit
mailing list