[Pkg-voip-commits] [bctoolbox] 32/60: fix previous commit

Bernhard Schmidt berni at moszumanska.debian.org
Sun Oct 15 22:42:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

berni pushed a commit to branch debian/sid
in repository bctoolbox.

commit 866a216eea7e1d0a81a06b6d597a556aae822a3a
Author: Simon Morlat <simon.morlat at linphone.org>
Date:   Thu May 11 21:42:33 2017 +0200

    fix previous commit
---
 src/CMakeLists.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 270ee0a..f7cf3d8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -28,7 +28,7 @@ set(BCTOOLBOX_C_SOURCE_FILES
 	vconnect.c
 )
 
-set(BCTOOLBOX_CXX_SOURCE_FILES containers/map.cc)
+set(BCTOOLBOX_CXX_SOURCE_FILES containers/map.cc)
 
 
 if(HAVE_EXECINFO) 
@@ -227,8 +227,8 @@ if(ENABLE_SHARED)
 endif()
 
 
-if(MSVC)
-		#disable "was deprecated" warnings of windows compiler (typically using strcpy_s instead of strcpy and stupid things like this)
-        target_compile_options(bctoolbox PRIVATE "/wd4996")
-		target_compile_options(bctoolbox-tester PRIVATE "/wd4996")
-endif()
+if(MSVC)
+		#disable "was deprecated" warnings of windows compiler (typically using strcpy_s instead of strcpy and stupid things like this)
+        target_compile_options(bctoolbox PRIVATE "/wd4996")
+		target_compile_options(bctoolbox-tester PRIVATE "/wd4996")
+endif()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list