[Forensics-changes] [yara] 50/368: Fix warnings

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 3d663a5ce4e89ca1f54f38dc8960a274c0c178bd
Author: Victor M. Alvarez <vmalvarez at virustotal.com>
Date:   Tue Sep 15 12:39:41 2015 +0200

    Fix warnings
---
 libyara/include/yara/mem.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libyara/include/yara/mem.h b/libyara/include/yara/mem.h
index d794f44..181cdc8 100644
--- a/libyara/include/yara/mem.h
+++ b/libyara/include/yara/mem.h
@@ -56,8 +56,8 @@ char* yr_strndup(
 
 #endif
 
-int yr_heap_alloc();
+int yr_heap_alloc(void);
 
-int yr_heap_free();
+int yr_heap_free(void);
 
 #endif

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