File: wswitch-default.patch

package info (click to toggle)
ms-gsl 4.0.0-3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 652 kB
  • sloc: cpp: 4,238; sh: 54; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: ms-gsl-4.0.0/tests/CMakeLists.txt
===================================================================
--- ms-gsl-4.0.0.orig/tests/CMakeLists.txt
+++ ms-gsl-4.0.0/tests/CMakeLists.txt
@@ -127,6 +127,7 @@ else()
           -Wno-global-constructors # GTest
           -Wno-missing-prototypes
           -Wno-padded
+          -Wno-switch-default # GTest
           -Wno-unknown-attributes
           -Wno-used-but-marked-unused # GTest EXPECT_DEATH
           -Wno-weak-vtables