Hans Johnson
4c7ed03b5f
COMP: Fix problem with narrowing in c++11
...
modules/core/src/arithm.cpp:345:51:
error: constant expression evaluates to 4294967295 which cannot be narrowed to type 'int' [-Wc++11-narrowing]
static int CV_DECL_ALIGNED(16) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7fffffff };
^~~~~~~~~~
Converted to unsigned int. This variable is only used to initialize a bit pattern anywhy for a 128bit type.
2014-06-17 15:49:06 -05:00
..
2014-01-27 15:28:14 +04:00
2014-06-10 22:21:09 +04:00
2014-01-14 11:53:59 +04:00
2013-08-06 13:56:49 +04:00
2014-06-17 15:49:06 -05:00
2014-03-11 17:20:01 +04:00
2014-02-04 16:48:35 +04:00
2014-02-23 20:21:08 +04:00
2014-06-06 18:52:40 +04:00
2014-06-04 14:21:42 +04:00
2013-10-08 17:21:25 +04:00
2013-10-07 09:42:43 +04:00
2014-02-01 18:11:45 +04:00
2013-09-02 14:00:42 +04:00
2013-10-08 17:20:29 +04:00
2013-04-01 16:32:08 +04:00
2014-02-05 00:28:10 +04:00
2013-12-13 19:02:41 +04:00
2014-02-04 11:09:29 +04:00
2014-05-26 12:19:06 +03:00
2014-02-17 15:24:05 +04:00
2013-03-22 14:03:15 +04:00
2014-01-18 01:31:33 +04:00
2013-08-27 13:26:44 +04:00
2014-05-26 12:19:06 +03:00
2014-06-09 15:06:07 +04:00
2013-10-22 14:05:15 +04:00
2014-06-04 18:10:13 +04:00
2014-06-17 15:49:06 -05:00
2014-02-01 18:14:10 +04:00
2014-04-07 14:59:34 +04:00
2013-08-23 15:35:55 +08:00
2014-04-22 23:47:04 +04:00
2014-04-17 11:07:01 +04:00
2013-12-16 18:45:41 +04:00
2014-06-09 20:05:26 +04:00
2013-08-27 14:23:26 +04:00
2014-05-07 06:17:37 +08:00
2012-10-17 15:57:49 +04:00
2013-08-27 14:23:26 +04:00
2014-06-06 18:38:22 +04:00