Menu

Svn Commit Log


Commit Date  
[r3385] by sms00

remove warning error:
png2yuv.c:406:7: warning: format specifies type 'unsigned int' but the argument has type 'png_uint_32' (aka 'unsigned long') [-Wformat]
param->width, param->height);

2016-06-05 02:46:11 Tree
[r3384] by sms00

remove warning error:
musicin.c:277:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
mjpeg_error_exit1("can not malloc %d bytes", strlen(outfilename));

2016-06-05 02:44:15 Tree
[r3383] by sms00

remove warning message:
multiplexor.cpp:325:68: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]

2016-06-05 02:43:10 Tree
[r3382] by sms00

remove warning message: subpstream.cpp:311:52: warning: format specifies type 'long long' but the argument has type 'double' [-Wformat]
mjpeg_debug("SUBPStream: Required DTS is %lld",decode_time/300.0);
~~~~ ^~~~~~~~~~~~~~~~~
%f

2016-06-05 02:40:02 Tree
[r3381] by sms00

remove warning message: main.cpp:624:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
mjpeg_error( message.c_str() );

2016-06-05 02:37:54 Tree
[r3380] by sms00

remove warnings optimization flag '-finline-functions' is not supported

2016-06-05 02:35:15 Tree
[r3379] by sms00

remove warning message: -funroll-all-loops' is not supported

2016-06-05 02:31:10 Tree
[r3378] by sms00

get rid of warning message: optimization flag '-finline-functions' is not supported

2016-06-05 02:29:09 Tree
[r3377] by sms00

get rid of warnings:
main.c:315:11: warning: taking the absolute value of unsigned type
'unsigned int' has no effect [-Wabsolute-value]

2016-06-05 02:23:36 Tree
[r3376] by sms00

abs() of unsigned int is silly - gives this warning
yuvkineco.c:572:10: warning: taking the absolute value of unsigned type
'unsigned int' has no effect [-Wabsolute-value]

2016-06-05 00:05:46 Tree
Older >
MongoDB Logo MongoDB