[Forensics-changes] [yara] 159/160: Fix warnings
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:29:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.4.0
in repository yara.
commit 406fda8a68589897f7651abf7523ba7095a54236
Author: Victor M. Alvarez <plusvic at gmail.com>
Date: Thu Jun 18 14:47:00 2015 +0200
Fix warnings
---
yara-python/yara-python.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/yara-python/yara-python.c b/yara-python/yara-python.c
index 3f0a689..9230c67 100644
--- a/yara-python/yara-python.c
+++ b/yara-python/yara-python.c
@@ -289,7 +289,7 @@ typedef struct
} Rules;
-static Rules* Rules_NEW();
+static Rules* Rules_NEW(void);
static void Rules_dealloc(
PyObject* self);
@@ -979,7 +979,7 @@ static PyObject* Rule_getattro(
}
-static Rules* Rules_NEW()
+static Rules* Rules_NEW(void)
{
Rules* rules = PyObject_NEW(Rules, &Rules_Type);
--
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