Menu

Code Commit Log


Commit Date  
[r185] by ludov

Fix compiler warnings

ccvt_c.c: In function ‘ccvt_420i_yuyv’:
ccvt_c.c:471:11: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
ccvt_c.c: In function ‘ccvt_420i_uyvy’:
ccvt_c.c:510:11: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]

2013-09-04 11:24:35 Tree
[r184] by ludov

Fix compiler warnings

ccvt_c.c: In function ‘ccvt_yuyv’:
ccvt_c.c:256:17: warning: variable ‘linewidth’ set but not used [-Wunused-but-set-variable]
ccvt_c.c: In function ‘ccvt_uyvy’:
ccvt_c.c:353:17: warning: variable ‘linewidth’ set but not used [-Wunused-but-set-variable]

2013-09-04 11:22:26 Tree
[r183] by ludov

Fix compiler warnings

v_writer.c: In function ‘write_jpeg’:
v_writer.c:63:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
v_writer.c: In function ‘write_png’:
v_writer.c:108:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

2013-09-04 11:20:42 Tree
[r182] by ludov

Fix compiler warnings

v_writer.c: In function ‘write_jpeg’:
v_writer.c:59:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
v_writer.c: In function ‘write_png’:
v_writer.c:110:22: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]

2013-09-04 11:19:21 Tree
[r181] by ludov

Fix compiler warning

v_utils.c: In function ‘check_maxlen’:
v_utils.c:324:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

2013-09-04 11:17:17 Tree
[r180] by ludov

Fix compiler warnings

v_utils.c: In function ‘switch_color’:
v_utils.c:135:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
v_utils.c: In function ‘conv_rgb32_rgb24’:
v_utils.c:148:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

2013-09-04 11:16:03 Tree
[r179] by ludov

Correctly check v4l1_mmap() returned value

v_utils.c: In function ‘init_mmap’:
v_utils.c:30:94: warning: ordered comparison of pointer with integer zero [-Wextra]

2013-09-04 11:14:20 Tree
[r178] by ludov

Fix compiler warnings

v_utils.c: In function ‘check_minmax’:
v_utils.c:310:97: warning: declaration of ‘l_opt’ shadows a global declaration [-Wshadow]
In file included from v_utils.h:24:0,
from v_utils.c:24:
vgrabbj.h:309:25: warning: shadowed declaration is here [-Wshadow]
v_utils.c: In function ‘check_maxlen’:
v_utils.c:321:73: warning: declaration of ‘l_opt’ shadows a global declaration [-Wshadow]
In file included from v_utils.h:24:0,
from v_utils.c:24:
vgrabbj.h:309:25: warning: shadowed declaration is here [-Wshadow]

2013-09-04 11:05:57 Tree
[r177] by ludov

Fix compiler warnings

vgrabbj.c: In function ‘conv_image’:
vgrabbj.c:314:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
vgrabbj.c:350:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
vgrabbj.c: In function ‘main’:
vgrabbj.c:380:22: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
vgrabbj.c:383:22: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]

2013-09-04 11:04:23 Tree
[r176] by ludov

Fix compiler warning

vgrabbj.c: In function ‘conv_image’:
vgrabbj.c:302:15: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]

2013-09-04 10:59:57 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.