[Forensics-changes] [yara] 238/407: Fix warnings

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:30 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 f6c24dff8517b28efe688bbead69d12b8182505e
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Mon Dec 1 12:59:15 2014 +0100

    Fix warnings
---
 libyara/include/yara/exec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/include/yara/exec.h b/libyara/include/yara/exec.h
index 4c8ebac..37ee034 100644
--- a/libyara/include/yara/exec.h
+++ b/libyara/include/yara/exec.h
@@ -24,7 +24,7 @@ limitations under the License.
 
 
 #define UNDEFINED           0xFFFABADAFABADAFFLL
-#define IS_UNDEFINED(x)     ((size_t)(uint64_t)(x) == (size_t) UNDEFINED)
+#define IS_UNDEFINED(x)     ((size_t)(x) == (size_t) UNDEFINED)
 
 #define OP_HALT           255
 

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