pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

corefx-git: Add compiler switch to turn off error



Module Name:	pkgsrc-wip
Committed By:	jasonwilliams200ok <necmon%yahoo.com@localhost>
Pushed By:	danglingpointer
Date:		Mon Feb 8 17:40:28 2016 +0000
Changeset:	b01cc7a63bb6c290f497166056b6bdf91bfc7fdb

Modified Files:
	corefx-git/distinfo
	corefx-git/patches/patch-src_Native_CMakeLists.txt

Log Message:
corefx-git: Add compiler switch to turn off error

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b01cc7a63bb6c290f497166056b6bdf91bfc7fdb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 corefx-git/distinfo                                | 2 +-
 corefx-git/patches/patch-src_Native_CMakeLists.txt | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/corefx-git/distinfo b/corefx-git/distinfo
index ed1c54e..2a5979d 100644
--- a/corefx-git/distinfo
+++ b/corefx-git/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
-SHA1 (patch-src_Native_CMakeLists.txt) = 40387174f350c17df5d5b208a5b19cb2611fa733
+SHA1 (patch-src_Native_CMakeLists.txt) = 07568f980cad506f0c3e3c40448f164dcdd4fcb4
 SHA1 (patch-src_Native_Common_pal__config.h.in) = b42af66a61b43cd682d2f54f775299990170a702
 SHA1 (patch-src_Native_System.Native_pal__errno.cpp) = 35ceb59ed13e0a3ba4007bf5e4aae375bbaed5c0
 SHA1 (patch-src_Native_System.Native_pal__interfaceaddresses.cpp) = 4f82e6f028fe2b9826ba6afb62869e42a0b6ee3d
diff --git a/corefx-git/patches/patch-src_Native_CMakeLists.txt b/corefx-git/patches/patch-src_Native_CMakeLists.txt
index b4fb813..6a90135 100644
--- a/corefx-git/patches/patch-src_Native_CMakeLists.txt
+++ b/corefx-git/patches/patch-src_Native_CMakeLists.txt
@@ -2,11 +2,12 @@ $NetBSD$
 
 --- src/Native/CMakeLists.txt.orig	2016-02-07 13:49:29.000000000 +0000
 +++ src/Native/CMakeLists.txt
-@@ -19,6 +19,7 @@ add_compile_options(-fPIC)
+@@ -19,6 +19,8 @@ add_compile_options(-fPIC)
  add_compile_options(-I${CMAKE_CURRENT_SOURCE_DIR}/Common)
  add_compile_options(-I${CMAKE_CURRENT_BINARY_DIR}/Common)
  add_compile_options(-Wno-c99-extensions)
 +add_compile_options(-Wno-switch-enum)
++add_compile_options(-Wno-covered-switch-default)
  
  if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.5)
      add_compile_options(-Wno-unreachable-code)


Home | Main Index | Thread Index | Old Index