[Forensics-changes] [yara] 401/407: Disable warnings due to deprecated functions

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:49 UTC 2017


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

bengen pushed a commit to annotated tag v3.3.0
in repository yara.

commit 93f9ff9037750867f33c631497464d1aad80279c
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue Feb 10 11:38:13 2015 +0100

    Disable warnings due to deprecated functions
    
    Mac OS X 10.7 is deprecating openssl functions.
---
 libyara/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index 6a4ea4d..94e32f0 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -24,7 +24,7 @@ endif
 
 AM_YFLAGS=-d
 
-AM_CFLAGS=-O3 -Wall -std=gnu99 -I./include
+AM_CFLAGS=-O3 -Wall -Wno-deprecated-declarations -std=gnu99 -I./include
 
 ACLOCAL_AMFLAGS=-I m4
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list