[opencv] 34/98: fixed compilation warning

Mattia Rizzolo mattia at debian.org
Tue Oct 4 17:51:21 UTC 2016


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

mattia pushed a commit to annotated tag 2.4.13
in repository opencv.

commit 068769263e166fc1de885a9f2116511cb790da98
Author: Ilya Lavrenov <ilya.lavrenov at itseez.com>
Date:   Fri Feb 12 00:33:18 2016 +0300

    fixed compilation warning
---
 modules/core/include/opencv2/core/types_c.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/core/include/opencv2/core/types_c.h b/modules/core/include/opencv2/core/types_c.h
index 9e9231d..c21cd2c 100644
--- a/modules/core/include/opencv2/core/types_c.h
+++ b/modules/core/include/opencv2/core/types_c.h
@@ -317,6 +317,7 @@ enum {
 #define ARM_ROUND(_value, _asm_string) \
     int res; \
     float temp; \
+    (void)temp; \
     asm(_asm_string : [res] "=r" (res), [temp] "=w" (temp) : [value] "w" (_value)); \
     return res;
 // 2. version for double

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list