[Forensics-changes] [yara] 52/368: Remove -Wshorten-64-to-32 and -Wstrict-prototypes from CFLAGS

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


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

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

commit a57ba7912c6a87db516278b0278917fabba4b2ee
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue Sep 15 21:02:11 2015 +0200

    Remove -Wshorten-64-to-32 and -Wstrict-prototypes from CFLAGS
---
 libyara/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index 9de1ded..049dccc 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -24,8 +24,7 @@ endif
 
 AM_YFLAGS=-d
 
-AM_CFLAGS=-O3 -Wall -Wno-deprecated-declarations -Wstrict-prototypes \
-  -Wshorten-64-to-32 -std=gnu99 -I$(srcdir)/include
+AM_CFLAGS=-O3 -Wall -Wno-deprecated-declarations -std=gnu99 -I$(srcdir)/include
 
 if GCC
 AM_CFLAGS+=-fvisibility=hidden

-- 
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