[SCM] csound/master: No error on format security

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Nov 22 17:47:09 UTC 2013


The following commit has been merged in the master branch:
commit 2edacec4391d53e65450d6d025e8595149e43a1a
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Nov 18 23:46:16 2013 -0300

    No error on format security

diff --git a/debian/Custom.cmake b/debian/Custom.cmake
index f82d65a..9691426 100644
--- a/debian/Custom.cmake
+++ b/debian/Custom.cmake
@@ -10,6 +10,8 @@ set(LUAJIT_INCLUDE_DIR "/usr/include/lua5.1")
 find_path(LUA_H_PATH lua.h ${LUAJIT_INCLUDE_DIR})
 include_directories(${LUAJIT_INCLUDE_DIR})
 
+add_compiler_flags("-Wno-error=format-security")
+
 # Enable optimizations
 add_compiler_flags("-ftree-vectorize -ffast-math -O3")
 # Only in 386 or amd64 enable mtune, specified from the rules file

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list