Snippets for vlc 3.0.23 from Alpine armv7
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armv7/community/vlc/vlc-3.0.23-r10.log.
-
modules/cache.c:257:45: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 257 | plugin->conf.items = calloc(sizeof (module_config_t), lines); | ^~~~~~~~~~~~~~~ -
config/help.c:393:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] 393 | for (unsigned i = 0; i < i_count; i++) | ^ -
config/help.c:405:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] 405 | for (unsigned i = 0; i < i_count; i++) | ^ -
config/help.c:413:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] 413 | for (unsigned i = 0; i < i_count; i++) | ^ -
config/help.c:437:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] 437 | for (unsigned i = 0; i < i_count; i++) | ^ -
config/help.c:460:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] 460 | for (unsigned i = 0; i < i_count; i++) | ^ -
playlist/preparser.c:171:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 171 | if( !b_net || i_options & META_REQUEST_OPTION_SCOPE_NETWORK ) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
input/es_out.h:95:9: warning: unused variable 'i_ret' [-Wunused-variable] 95 | int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode ); | ^~~~~ -
input/es_out.h:101:9: warning: unused variable 'i_ret' [-Wunused-variable] 101 | int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu ); | ^~~~~ -
input/es_out.h:109:9: warning: unused variable 'i_ret' [-Wunused-variable] 109 | int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b ); | ^~~~~ -
input/es_out.h:117:9: warning: unused variable 'i_ret' [-Wunused-variable] 117 | int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b ); | ^~~~~ -
input/es_out.h:124:9: warning: unused variable 'i_ret' [-Wunused-variable] 124 | int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay ); | ^~~~~ -
input/es_out.h:149:9: warning: unused variable 'i_ret' [-Wunused-variable] 149 | int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length ); | ^~~~~ -
input/es_out.h:155:9: warning: unused variable 'i_ret' [-Wunused-variable] 155 | int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER, | ^~~~~ -
input/es_out.h:167:9: warning: unused variable 'i_ret' [-Wunused-variable] 167 | int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group ); | ^~~~~ -
input/es_out.h:173:9: warning: unused variable 'i_ret' [-Wunused-variable] 173 | int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS ); | ^~~~~ -
input/es_out_timeshift.c:933:51: warning: unused parameter 'b_source_paused' [-Wunused-parameter] 933 | static int TsChangePause( ts_thread_t *p_ts, bool b_source_paused, bool b_paused, vlc_tick_t i_date ) | ^ -
input/clock.c:539:2: warning: #warning "input_clock_SetJitter needs more work" [-Wcpp] 539 | #warning "input_clock_SetJitter needs more work" | ^~~~~~~ -
audio_output/filters.c:49:58: warning: unused parameter 'const_fmt' [-Wunused-parameter] 49 | config_chain_t *cfg, bool const_fmt) | ^ -
video_output/event.h:42:2: warning: #warning FIXME: implement video close event [-Wcpp] 42 | #warning FIXME: implement video close event | ^~~~~~~ -
video_output/display.c:56:27: warning: unused variable 'fmt' [-Wunused-variable] 56 | const video_format_t *fmt = &filter->fmt_out.video; | ^~~ -
video_output/display.c:103:5: warning: 'manage' is deprecated [-Wdeprecated-declarations] 103 | vd->manage = NULL; | ^~ -
video_output/display.c:151:5: warning: 'manage' is deprecated [-Wdeprecated-declarations] 151 | if (vd->manage) | ^~ -
video_output/display.c:152:9: warning: 'manage' is deprecated [-Wdeprecated-declarations] 152 | vd->manage(vd); | ^~ -
video_output/display.c:756:13: warning: 'VOUT_DISPLAY_HIDE_MOUSE' is deprecated [-Wdeprecated-declarations] 756 | vout_display_Control(vd, VOUT_DISPLAY_HIDE_MOUSE); | ^~~~~~~~~~~~~~~~~~~~ -
input/decoder.c:2379:5: warning: 'block_FifoSize' is deprecated [-Wdeprecated-declarations] 2379 | return block_FifoSize( p_owner->p_fifo ); | ^~~~~~ -
video_output/display.c:1337:43: warning: unused parameter 'subpicture' [-Wunused-parameter] 1337 | subpicture_t *subpicture) | ~~~~~~~~~~~~~~^~~~~~~~~~ -
video_output/display.c:1358:43: warning: unused parameter 'subpicture' [-Wunused-parameter] 1358 | subpicture_t *subpicture) | ~~~~~~~~~~~~~~^~~~~~~~~~ -
video_output/display.c:1464:5: warning: 'manage' is deprecated [-Wdeprecated-declarations] 1464 | wrapper->manage = SplitterManage; | ^~~~~~~ -
input/es_out.c:2790:20: warning: unused variable 'b_source_paused' [-Wunused-variable] 2790 | const bool b_source_paused = (bool)va_arg( args, int ); | ^~~~~~~~~~~~~~~ -
input/es_out.c:2802:19: warning: unused variable 'i_src_rate' [-Wunused-variable] 2802 | const int i_src_rate = va_arg( args, int ); | ^~~~~~~~~~ -
input/es_out.c:2813:26: warning: unused variable 'i_date' [-Wunused-variable] 2813 | const vlc_tick_t i_date = va_arg( args, vlc_tick_t ); | ^~~~~~ -
input/demux.c:112:19: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (9 chars into 8 available) [-Wunterminated-string-initialization] 112 | { "rm", "avformat" }, | ^~~~~~~~~~ -
misc/actions.c:352:7: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (27 chars into 26 available) [-Wunterminated-string-initialization] 352 | { "subtitle-text-scale-normal", ACTIONID_SUBTITLE_TEXT_SCALE_NORMAL, }, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
misc/picture.c:300:15: warning: unused variable 'refs' [-Wunused-variable] 300 | uintptr_t refs = atomic_fetch_add( &priv->gc.refs, 1 ); | ^~~~ -
misc/variables.c:723:25: warning: unused parameter 'expected_type' [-Wunused-parameter] 723 | int expected_type, vlc_value_t val ) | ~~~~^~~~~~~~~~~~~ -
misc/variables.c:782:25: warning: unused parameter 'expected_type' [-Wunused-parameter] 782 | int expected_type, vlc_value_t *p_val ) | ~~~~^~~~~~~~~~~~~ -
stream_output/stream_output.c:493:6: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 493 | && block_FifoCount( p_input->p_fifo ) > 0 ) | ^~ -
../include/vlc_arrays.h:93:13: warning: declaration of 'i_index' shadows a previous local [-Wshadow=compatible-local] 93 | int i_index; \ | ^~~~~~~ -
stream_output/stream_output.c:574:9: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 574 | if( block_FifoCount( p_input->p_fifo ) < i_blocks ) | ^~ -
input/es_out.c:2194:13: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay [-Wattribute-warning] 2194 | msleep( 20*1000 ); | ^ -
misc/picture_pool.c:169:28: warning: 'picture.4_18' may be used uninitialized [-Wmaybe-uninitialized] 169 | picture_pool_t *pool = picture_pool_New(count, picture); | ^ -
misc/picture_pool.c:192:28: warning: 'picture.9_18' may be used uninitialized [-Wmaybe-uninitialized] 192 | picture_pool_t *pool = picture_pool_New(count, picture); | ^ -
video_output/vout_intf.c:420:9: warning: 'i_sequence' may be used uninitialized [-Wmaybe-uninitialized] 420 | var_SetInteger( p_vout, "snapshot-num", i_sequence + 1 ); | ^ -
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> | ^~~~~~~ -
access/vcd/cdrom.c:869:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 869 | if( strcasecmp( type, "BINARY" ) ) | ^ -
access/smb.c:165:5: warning: 'smbc_init' is deprecated [-Wdeprecated-declarations] 165 | if( smbc_init( smb_auth, 0 ) ) | ^~ -
access/smb.c:374:22: warning: this statement may fall through [-Wimplicit-fallthrough=] 374 | psz_name = NULL; | ^ -
access/satip.c:388:42: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] 388 | for (unsigned sent = 0; sent < len;) { | ^ -
access/srt.c:129:5: warning: 'srt_socket' is deprecated [-Wdeprecated-declarations] 129 | p_sys->sock = srt_socket( res->ai_family, SOCK_DGRAM, 0 ); | ^~~~~ -
access/rist.c:322:23: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (5 chars into 4 available) [-Wunterminated-string-initialization] 322 | uint8_t name[4] = "RIST"; | ^~~~~~ -
audio_output/pulse.c:174:60: warning: unused parameter 'aout' [-Wunused-parameter] 174 | static void stream_start_now(pa_stream *s, audio_output_t *aout) | ~~~~~~~~~~~~~~~~^~~~ -
codec/a52.c:35:2: warning: #warning This module is not officially supported anymore [-Wcpp] 35 | #warning This module is not officially supported anymore | ^~~~~~~ -
codec/faad.c:145:51: warning: comparison is always false due to limited range of data type [-Wtype-limits] 145 | &i_rate, &i_channels ) < 0 || | ^ -
codec/fluidsynth.c:164:5: warning: 'fluid_synth_set_chorus_on' is deprecated [-Wdeprecated-declarations] 164 | fluid_synth_set_chorus_on (p_sys->synth, | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
codec/fluidsynth.c:170:5: warning: 'fluid_synth_set_reverb_on' is deprecated [-Wdeprecated-declarations] 170 | fluid_synth_set_reverb_on (p_sys->synth, | ^~~~~~~~~~~~~~~~~~~~~~~~~ -
codec/fluidsynth.c:175:5: warning: 'fluid_synth_set_sample_rate' is deprecated [-Wdeprecated-declarations] 175 | fluid_synth_set_sample_rate (p_sys->synth, p_dec->fmt_out.audio.i_rate); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
codec/libass.c:451:9: warning: 'ass_set_aspect_ratio' is deprecated: use 'ass_set_pixel_aspect' instead [-Wdeprecated-declarations] 451 | ass_set_aspect_ratio( p_sys->p_renderer, dst_ratio / src_ratio, 1 ); | ^~~~~~~~~~~~~~~~~~~~ -
/usr/include/BasicUsageEnvironment/DelayQueue.hh:78:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 78 | return (time_base_seconds&)fTv.tv_sec; | ~~~~^~~~~~ -
/usr/include/BasicUsageEnvironment/DelayQueue.hh:81:36: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 81 | return (time_base_seconds&)fTv.tv_usec; | ~~~~^~~~~~~ -
codec/oggspots.c:273:15: warning: declaration of 'p_extra' shadows a previous local [-Wshadow=local] 273 | void* p_extra = realloc(p_dec->fmt_out.p_extra, | ^~~~~~~ -
codec/oggspots.c:394:5: warning: ignoring return value of 'decoder_UpdateVideoFormat' declared with attribute 'warn_unused_result' [-Wunused-result] 394 | decoder_UpdateVideoFormat(p_dec); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/webvtt.c:348:79: warning: unused parameter 'i_end' [-Wunused-parameter] 348 | static block_t *demux_Range( demux_t *p_demux, vlc_tick_t i_start, vlc_tick_t i_end ) | ~~~~~~~~~~~^~~~~ -
packetizer/hxxx_nal.h:287:20: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 287 | if( i_nal_size > p_ctx->p_tail - p_ctx->p_head ) | ^ -
codec/flac.c:352:41: warning: declaration of 'i' shadows a previous local [-Wshadow=compatible-local] 352 | for( size_t i=0; i<MAPPED_WFX_CHANNELS; i++ ) | ^ -
codec/flac.c:372:39: warning: declaration of 'i' shadows a previous local [-Wshadow=compatible-local] 372 | for( unsigned i=0; i<i_wfxchannels; i++ ) | ^ -
codec/avcodec/video.c:759:35: warning: unused parameter 'obj' [-Wunused-parameter] 759 | int InitVideoHwDec( vlc_object_t *obj ) | ~~~~~~~~~~~~~~^~~ -
codec/omxil/omxil_core.c:246:27: warning: declaration of 'j' shadows a previous local [-Wshadow=compatible-local] 246 | for( unsigned int j = 0; role_mappings[j].psz_role; j++ ) { | ^ -
codec/omxil/utils.c:169:48: warning: unused parameter 'p_dec' [-Wunused-parameter] 169 | void ArchitectureSpecificCopyHooks( decoder_t *p_dec, int i_color_format, | ~~~~~~~~~~~^~~~~ -
codec/omxil/utils.c:169:59: warning: unused parameter 'i_color_format' [-Wunused-parameter] 169 | void ArchitectureSpecificCopyHooks( decoder_t *p_dec, int i_color_format, | ~~~~^~~~~~~~~~~~~~ -
codec/omxil/utils.c:170:61: warning: unused parameter 'i_src_stride' [-Wunused-parameter] 170 | int i_slice_height, int i_src_stride, | ~~~~^~~~~~~~~~~~ -
codec/omxil/utils.c:171:67: warning: unused parameter 'p_architecture_specific' [-Wunused-parameter] 171 | ArchitectureSpecificCopyData *p_architecture_specific ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
codec/omxil/utils.c:190:48: warning: unused parameter 'i_color_format' [-Wunused-parameter] 190 | void ArchitectureSpecificCopyHooksDestroy( int i_color_format, | ~~~~^~~~~~~~~~~~~~ -
codec/omxil/utils.c:209:52: warning: unused parameter 'p_architecture_specific' [-Wunused-parameter] 209 | ArchitectureSpecificCopyData *p_architecture_specific ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
codec/omxil/utils.c:503:15: warning: implicit conversion from 'enum OMX_STATETYPE' to 'OMX_ERRORTYPE' [-Wenum-conversion] 503 | error = (OMX_STATETYPE)(sizeof(psz_names)/sizeof(char*)-1); | ^ -
codec/avcodec/video.c:700:12: warning: 'ExtractAV1Profile' defined but not used [-Wunused-function] 700 | static int ExtractAV1Profile(AVCodecContext *p_context, const es_format_t *fmt_in, decoder_sys_t *p_sys) | ^~~~~~~~~~~~~~~~~ -
codec/avcodec/vaapi.c:45:5: warning: 'FF_API_STRUCT_VAAPI_CONTEXT' is not defined, evaluates to '0' [-Wundef] 45 | #if FF_API_STRUCT_VAAPI_CONTEXT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
codec/omxil/omxil.c:199:28: warning: too many arguments for format [-Wformat-extra-args] 199 | msg_Dbg(p_dec, "h264 profile/level not supported (0x" PRIx8 ", 0x" PRIx8 ")", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
codec/omxil/omxil.c:446:35: warning: unused variable 'def' [-Wunused-variable] 446 | OMX_PARAM_PORTDEFINITIONTYPE *def = &p_port->definition; | ^~~ -
codec/omxil/omxil.c:524:35: warning: unused variable 'def' [-Wunused-variable] 524 | OMX_PARAM_PORTDEFINITIONTYPE *def = &p_port->definition; | ^~~ -
codec/omxil/omxil.c:760:26: warning: declaration of 'state' shadows a previous local [-Wshadow=compatible-local] 760 | OMX_U32 cmd, state; | ^~~~~ -
codec/avcodec/vaapi.c:74:65: warning: unused parameter 'fmt' [-Wunused-parameter] 74 | static int GetVaProfile(AVCodecContext *ctx, const es_format_t *fmt, | ~~~~~~~~~~~~~~~~~~~^~~ -
codec/omxil/omxil.c:1962:5: warning: case value '2130706433' not in enumerated type 'OMX_EVENTTYPE' [-Wswitch] 1962 | case OMX_EventParamOrConfigChanged: | ^~~~ -
codec/dav1d.c:107:31: warning: comparison is always false due to limited range of data type [-Wtype-limits] 107 | if( img->seq_hdr->hbd < 0 || img->seq_hdr->hbd >= (int)ARRAY_SIZE(chroma_table_rgb) ) | ^ -
codec/dav1d.c:114:27: warning: comparison is always false due to limited range of data type [-Wtype-limits] 114 | if( img->seq_hdr->hbd < 0 || img->seq_hdr->hbd >= (int)ARRAY_SIZE(chroma_table[0]) ) | ^ -
codec/subsdec.c:901:23: warning: declaration of 'psz_tagname' shadows a previous local [-Wshadow=compatible-local] 901 | char* psz_tagname = GetTag( &psz_subtitle, true ); | ^~~~~~~~~~~ -
codec/omxil/vout.c:278:33: warning: passing argument 2 of 'UpdateDisplaySize' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 278 | UpdateDisplaySize(vd, vd->cfg); | ~~^~~~~ -
codec/omxil/vout.c:299:23: warning: declaration of 'i' shadows a previous local [-Wshadow=compatible-local] 299 | for (unsigned int i = 0; i < p_sys->port.i_buffers; i++) { | ^ -
codec/omxil/vout.c:326:27: warning: declaration of 'i' shadows a previous local [-Wshadow=compatible-local] 326 | for (unsigned int i = 0; i < p_sys->port.i_buffers; i++) | ^ -
codec/omxil/vout.c:351:30: warning: declaration of 'state' shadows a previous local [-Wshadow=compatible-local] 351 | OMX_U32 cmd, state; | ^~~~~ -
codec/omxil/vout.c:453:31: warning: passing argument 2 of 'UpdateDisplaySize' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 453 | UpdateDisplaySize(vd, cfg); | ^~~ -
codec/svg.c:148:5: warning: 'rsvg_handle_get_dimensions' is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations] 148 | rsvg_handle_get_dimensions( rsvg, &dim ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
codec/svg.c:240:5: warning: 'rsvg_handle_render_cairo' is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations] 240 | if( !rsvg_handle_render_cairo( rsvg, cr ) ) | ^~ -
../include/vlc_messages.h:78:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 78 | vlc_Log(VLC_OBJECT(o), p, vlc_module_name, __FILE__, __LINE__, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | __func__, __VA_ARGS__) | ~~~~~~~~~~~~~~~~~~~~~~ -
demux/../packetizer/flac.h:249:57: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 249 | if (!stream_info || stream_info->total_samples != 0 && i_fsnumber > stream_info->total_samples) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/oggseek.c:961:13: warning: variable 'i_pagepos' set but not used [-Wunused-but-set-variable] 961 | int64_t i_pagepos; | ^~~~~~~~~ -
demux/flac.c:231:17: warning: unused variable 'i_ret' [-Wunused-variable] 231 | int i_ret = FLAC_ParseSyncInfo( p_block->p_buffer, p_block->i_buffer, | ^~~~~ -
demux/oggseek.c:310:5: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 310 | vlc_stream_Seek( p_demux->s, i_backup_pos ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/nsv.c:480:63: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 480 | return vlc_stream_Read( p_demux->s, NULL, i_header_size ) == i_header_size | ^~ -
demux/oggseek.c:1082:9: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 1082 | vlc_stream_Seek( p_demux->s, i_in_pos ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/oggseek.c:1091:9: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 1091 | vlc_stream_Seek( p_demux->s, i_in_pos ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/ty.c:1685:63: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 1685 | if (vlc_stream_Read(p_demux->s, NULL, i_map_size) != i_map_size ) | ^~ -
demux/smf.c:331:62: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 331 | if (vlc_stream_Read(s, block->p_buffer + 1, datalen) < datalen) | ^ -
demux/smf.c:344:66: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 344 | && vlc_stream_Read(s, block->p_buffer + 2, datalen - 1) < datalen - 1) | ^ -
demux/image.c:575:5: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 575 | vlc_stream_Seek(s, position); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/image.c:440:5: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 440 | vlc_stream_Seek(s, 20); | ^~~~~~~~~~~~~~~~~~~~~~ -
demux/mpeg/es.c:440:21: warning: declaration of 'i_ret' shadows a previous local [-Wshadow=compatible-local] 440 | int i_ret = vlc_stream_Seek( p_demux->s, p_sys->i_stream_offset + i_pos ); | ^~~~~ -
demux/mpeg/es.c:624:18: warning: declaration of 'i_len' shadows a previous local [-Wshadow=compatible-local] 624 | uint32_t i_len = GetDWLE( p_peek + i_peek - 4 ); | ^~~~~ -
demux/mpeg/es.c:436:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 436 | if( p_sys->mllt.p_bits ) | ^ -
demux/nuv.c:531:52: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 531 | else if( vlc_stream_Tell( p_demux->s ) > p_sys->i_first_frame_offset ) | ^ -
demux/nuv.c:569:19: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long long int'} and 'uint64_t' {aka 'long long unsigned int'} [-Wsign-compare] 569 | if( i_pos > vlc_stream_Tell( p_demux->s ) ) | ^ -
demux/nuv.c:762:9: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 762 | vlc_stream_Seek( p_demux->s, i_original_pos ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/mpeg/ts_pes.c:74:65: warning: unused parameter 'i_buf' [-Wunused-parameter] 74 | static bool MayHaveStartCodeOnEnd( const uint8_t *p_buf, size_t i_buf ) | ~~~~~~~^~~~~ -
demux/mpeg/ts.c:1776:64: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 1776 | if (vlc_stream_Read( p_sys->stream, NULL, i_skip ) != i_skip) | ^~ -
demux/mpeg/ts.c:1998:9: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 1998 | vlc_stream_Seek( p_sys->stream, i_initial_pos ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
misc/gnutls.c:623:71: warning: unused parameter 'hostname' [-Wunused-parameter] 623 | vlc_tls_t *sk, const char *hostname, | ~~~~~~~~~~~~^~~~~~~~ -
demux/adaptive/logic/../tools/MovingAverage.hpp:32:33: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 32 | MovingAverageSum<T>(T i): sum(0), prev(i) { } | ^ -
./access/../packetizer/hxxx_nal.h:287:20: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 287 | if( i_nal_size > p_ctx->p_tail - p_ctx->p_head ) | ^ -
mux/mp4/mp4.c:650:13: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 650 | if (block_FifoCount(p_input->p_fifo) > 0) { | ^~ -
mux/mpjpeg.c:153:5: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 153 | while( block_FifoCount( p_fifo ) > 0 ) | ^~~~~ -
misc/rtsp.c:239:33: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Wunterminated-string-initialization] 239 | static const char hex[16] = "0123456789abcdef"; | ^~~~~~~~~~~~~~~~~~ -
misc/rtsp.c:326:5: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 326 | while( block_FifoCount( p_sys->p_fifo_cmd ) > 0 ) | ^~~~~ -
misc/rtsp.c:969:32: warning: declaration of 'p_rtsp' shadows a previous local [-Wshadow=compatible-local] 969 | rtsp_client_t *p_rtsp = NULL; | ^~~~~~ -
misc/rtsp.c:1004:2: warning: #warning Should use secure randomness here! (spoofing risk) [-Wcpp] 1004 | #warning Should use secure randomness here! (spoofing risk) | ^~~~~~~ -
misc/rtsp.c:1301:32: warning: declaration of 'p_rtsp' shadows a previous local [-Wshadow=compatible-local] 1301 | rtsp_client_t *p_rtsp = NULL; | ^~~~~~ -
misc/rtsp.c:1330:2: warning: #warning Session ID should be securely random (spoofing risk) [-Wcpp] 1330 | #warning Session ID should be securely random (spoofing risk) | ^~~~~~~ -
mux/wav.c:285:5: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 285 | while( block_FifoCount( p_input->p_fifo ) > 0 ) | ^~~~~ -
mux/ogg.c:570:13: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 570 | while( block_FifoCount( p_input->p_fifo ) ) | ^~~~~ -
mux/ogg.c:1125:27: warning: declaration of 'p_stream' shadows a previous local [-Wshadow=compatible-local] 1125 | ogg_stream_t *p_stream = (ogg_stream_t*)p_input->p_sys; | ^~~~~~~~ -
mux/ogg.c:1154:23: warning: declaration of 'p_stream' shadows a previous local [-Wshadow=compatible-local] 1154 | ogg_stream_t *p_stream = (ogg_stream_t*)p_input->p_sys; | ^~~~~~~~ -
mux/ogg.c:1187:23: warning: declaration of 'p_stream' shadows a previous local [-Wshadow=compatible-local] 1187 | ogg_stream_t *p_stream = (ogg_stream_t*)p_input->p_sys; | ^~~~~~~~ -
mux/mpeg/ts.c:1071:9: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 1071 | block_FifoCount( p_input->p_fifo ) > 0 ) | ^~~~~~~~~~~~~~~ -
mux/mpeg/ts.c:1235:9: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 1235 | if( block_FifoCount( p_input->p_fifo ) <= 1 ) | ^~ -
mux/mpeg/ts.c:1243:13: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 1243 | else if( block_FifoCount( p_input->p_fifo ) <= 0 ) | ^~~~ -
mux/mpeg/ts.c:1306:21: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 1306 | block_FifoCount( p_mux->pp_inputs[j]->p_fifo) > 0 ) | ^~~~~~~~~~~~~~~ -
arm_neon/chroma_yuv.c:343:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 343 | switch (filter->fmt_out.video.i_chroma) | ^~~~~~ -
arm_neon/chroma_yuv.c:353:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 353 | switch (filter->fmt_out.video.i_chroma) | ^~~~~~ -
arm_neon/chroma_yuv.c:363:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 363 | switch (filter->fmt_out.video.i_chroma) | ^~~~~~ -
arm_neon/chroma_yuv.c:374:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 374 | switch (filter->fmt_out.video.i_chroma) | ^~~~~~ -
misc/webservices/json.c:134:45: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 134 | value->_reserved.object_mem = (*(char **) &value->u.object.values) + values_size; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
misc/webservices/json.c:343:27: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 343 | (*(json_char **) &top->u.object.values) += string_length + 1; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
packetizer/hxxx_sei.c:57:32: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 57 | if (bs_remain(&s_ep3b) / 8 > sizeof(buf)) | ^ -
packetizer/hxxx_sei.c:186:30: warning: declaration of 'i' shadows a previous local [-Wshadow=local] 186 | for ( size_t i = 0; i < 6 ; ++i) | ^ -
packetizer/hxxx_sei.c:188:30: warning: declaration of 'i' shadows a previous local [-Wshadow=local] 188 | for ( size_t i = 0; i < 2 ; ++i) | ^ -
packetizer/flac.h:249:57: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 249 | if (!stream_info || stream_info->total_samples != 0 && i_fsnumber > stream_info->total_samples) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
stream_out/rtp.c:1812:9: warning: unused variable 'ret' [-Wunused-variable] 1812 | int ret = sscanf( id->rtp_fmt.fmtp, "%*s width=%d; height=%d; ", width, height ); | ^~~ -
stream_out/../packetizer/hxxx_nal.h:287:20: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 287 | if( i_nal_size > p_ctx->p_tail - p_ctx->p_head ) | ^ -
stream_out/rtpfmt.c:159:33: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Wunterminated-string-initialization] 159 | static const char hex[16] = "0123456789abcdef"; | ^~~~~~~~~~~~~~~~~~ -
stream_out/rtpfmt.c:996:23: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 996 | bool last = i == (frag_count - 1); | ^~ -
packetizer/av1.c:93:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 93 | if(p_sys->tu.dts == VLC_TICK_INVALID)\ | ^~ -
stream_out/vod.c:188:5: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 188 | while( block_FifoCount( p_sys->p_fifo_cmd ) > 0 ) | ^~~~~ -
stream_out/rtsp.c:1152:29: warning: declaration of 'ses' shadows a previous local [-Wshadow=compatible-local] 1152 | rtsp_session_t *ses; | ^~~ -
video_filter/deinterlace/yadif.h:88:13: warning: declaration of 'score' shadows a previous local [-Wshadow=compatible-local] 88 | { int score = FFABS(cur[mrefs-1+(j)] - cur[prefs-1-(j)])\ | ^~~~~ -
video_filter/deinterlace/algo_phosphor.c:132:17: warning: declaration of 'w' shadows a previous local [-Wshadow=compatible-local] 132 | int w = p_dst->p[i_plane].i_visible_pitch; | ^ -
/usr/include/qt5/QtWidgets/qabstractitemview.h:245:18: warning: 'virtual void QAbstractItemView::dataChanged(const QModelIndex&, const QModelIndex&, const QVector<int>&)' was hidden [-Woverloaded-virtual=] 245 | virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles = QVector<int>()); | ^~~~~~~~~~~ -
video_output/opengl/converter_vaapi.c:113:19: warning: unused variable 'o' [-Wunused-variable] 113 | vlc_object_t *o = VLC_OBJECT(tc->gl); | ^ -
video_output/vdummy.c:151:54: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 151 | (picture->p->i_pitch * picture->p->i_lines) >= sizeof(vlc_tick_t) ) { | ^~ -
text_renderer/svg.c:246:5: warning: 'rsvg_handle_get_dimensions' is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations] 246 | rsvg_handle_get_dimensions( p_handle, &dim ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
text_renderer/svg.c:292:5: warning: 'rsvg_handle_render_cairo' is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations] 292 | if( ! rsvg_handle_render_cairo( p_handle, cr ) ) | ^~ -
access/jack.c:433:2: warning: #warning Hmm.... looks wrong [-Wcpp] 433 | #warning Hmm.... looks wrong | ^~~~~~~ -
access/rtsp/rtsp.c:601:33: warning: the comparison will always evaluate as 'false' for the address of 'answers' will never be NULL [-Waddress] 601 | if(rtsp->p_private->answers == NULL || tag == NULL) | ^~ -
access_output/udp.c:360:5: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 360 | while ( block_FifoCount( p_sys->p_empty_blocks ) > MAX_EMPTY_BLOCKS ) | ^~~~~ -
access_output/udp.c:366:5: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 366 | if( block_FifoCount( p_sys->p_empty_blocks ) == 0 ) | ^~ -
access_output/shout.c:220:10: warning: 'shout_set_name' is deprecated: use shout_set_meta() with SHOUT_META_NAME [-Wdeprecated-declarations] 220 | || shout_set_name( p_shout, psz_name ) != SHOUTERR_SUCCESS | ^~ -
access_output/shout.c:221:10: warning: 'shout_set_description' is deprecated: use shout_set_meta() with SHOUT_META_DESCRIPTION [-Wdeprecated-declarations] 221 | || shout_set_description( p_shout, psz_description ) != SHOUTERR_SUCCESS | ^~ -
access_output/shout.c:222:10: warning: 'shout_set_genre' is deprecated: use shout_set_meta() with SHOUT_META_GENRE [-Wdeprecated-declarations] 222 | || shout_set_genre( p_shout, psz_genre ) != SHOUTERR_SUCCESS | ^~ -
access_output/shout.c:223:10: warning: 'shout_set_url' is deprecated: use shout_set_meta() with SHOUT_META_URL [-Wdeprecated-declarations] 223 | || shout_set_url( p_shout, psz_url ) != SHOUTERR_SUCCESS | ^~ -
access_output/shout.c:242:5: warning: 'shout_set_format' is deprecated: Use shout_set_content_format() [-Wdeprecated-declarations] 242 | i_ret = shout_set_format( p_shout, var_GetBool( p_access, SOUT_CFG_PREFIX "mp3" ) ? | ^~~~~ -
access_output/srt.c:124:5: warning: 'srt_socket' is deprecated [-Wdeprecated-declarations] 124 | p_sys->sock = srt_socket( res->ai_family, SOCK_DGRAM, 0 ); | ^~~~~ -
../include/vlc_common.h:498:33: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 498 | # define __MIN(a, b) ( ((a) < (b)) ? (a) : (b) ) | ^ -
../include/vlc_common.h:498:48: warning: operand of '?:' changes signedness from 'int' to 'size_t' {aka 'unsigned int'} due to unsignedness of other operand [-Wsign-compare] 498 | # define __MIN(a, b) ( ((a) < (b)) ? (a) : (b) ) | ^~~ -
codec/wmafixed/mdct.c:76:29: warning: variable 'scale' set but not used [-Wunused-but-set-variable] 76 | int k, n8, n4, n2, n, j,scale; | ^~~~~ -
codec/wmafixed/bitstream.h:726:17: warning: variable 're_cache' set but not used [-Wunused-but-set-variable] 726 | OPEN_READER(re, s) | ^~ -
codec/wmafixed/wmadeci.c:478:44: warning: declaration of 'i' shadows a previous local [-Wshadow=compatible-local] 478 | int a, b, pos, lpos, k, block_len, i, j, n; | ^ -
codec/wmafixed/wmadeci.c:561:21: warning: declaration of 'tmp2' shadows a previous local [-Wshadow=local] 561 | int32_t tmp2=itofix32(s->sample_rate>>1); | ^~~~ -
codec/wmafixed/wmadeci.c:313:12: warning: variable 'flags1' set but not used [-Wunused-but-set-variable] 313 | int i, flags1, flags2; | ^~~~~~ -
codec/wmafixed/wmadeci.c:742:12: warning: variable 'm' set but not used [-Wunused-but-set-variable] 742 | int i, m; | ^ -
codec/wmafixed/wmadeci.c:741:13: warning: variable 'wdel' set but not used [-Wunused-but-set-variable] 741 | int32_t wdel, a, b, temp, temp2; | ^~~~ -
codec/wmafixed/wmafixed.h:71:16: warning: declaration of '__hi' shadows a previous local [-Wshadow=compatible-local] 71 | ({ int32_t __hi; \ | ^~~~ -
codec/wmafixed/wmafixed.h:72:17: warning: declaration of '__lo' shadows a previous local [-Wshadow=compatible-local] 72 | uint32_t __lo; \ | ^~~~ -
codec/wmafixed/wmafixed.h:73:16: warning: declaration of '__result' shadows a previous local [-Wshadow=compatible-local] 73 | int32_t __result; \ | ^~~~~~~~ -
codec/wmafixed/wmadeci.c:780:34: warning: variable 'temp' set but not used [-Wunused-but-set-variable] 780 | int32_t p, q, w, v, val_max, temp, temp2; | ^~~~ -
codec/wmafixed/wmadeci.c:1018:24: warning: declaration of 'n' shadows a previous local [-Wshadow=compatible-local] 1018 | int i, n, a; | ^ -
codec/wmafixed/wmadeci.c:1018:27: warning: declaration of 'a' shadows a previous local [-Wshadow=compatible-local] 1018 | int i, n, a; | ^ -
codec/wmafixed/wmadeci.c:1034:24: warning: declaration of 'n' shadows a previous local [-Wshadow=compatible-local] 1034 | int i, n, val, code; | ^ -
codec/wmafixed/wmadeci.c:1034:32: warning: declaration of 'code' shadows a previous local [-Wshadow=compatible-local] 1034 | int i, n, val, code; | ^~~~ -
codec/wmafixed/wmadeci.c:1179:23: warning: declaration of 'n' shadows a previous local [-Wshadow=compatible-local] 1179 | int i, j, n, n1, last_high_band, esize; | ^ -
codec/wmafixed/wmafixed.h:57:16: warning: declaration of '__hi' shadows a previous local [-Wshadow=compatible-local] 57 | ({ int32_t __hi; \ | ^~~~ -
codec/wmafixed/wmafixed.h:58:17: warning: declaration of '__lo' shadows a previous local [-Wshadow=compatible-local] 58 | uint32_t __lo; \ | ^~~~ -
codec/wmafixed/wmafixed.h:59:16: warning: declaration of '__result' shadows a previous local [-Wshadow=compatible-local] 59 | int32_t __result; \ | ^~~~~~~~ -
codec/wmafixed/wmadeci.c:1224:37: warning: declaration of 'v' shadows a previous local [-Wshadow=compatible-local] 1224 | int32_t e2, v; | ^ -
codec/wmafixed/wmadeci.c:1325:17: warning: declaration of 'a' shadows a previous local [-Wshadow=compatible-local] 1325 | int32_t a, b; | ^ -
codec/wmafixed/wmadeci.c:1353:28: warning: declaration of 'n' shadows a previous local [-Wshadow=compatible-local] 1353 | int n4, index, n; | ^ -
codec/wmafixed/wmadeci.c:1353:28: warning: variable 'n' set but not used [-Wunused-but-set-variable] 1353 | int n4, index, n; | ^ -
stream_out/chromecast/chromecast_communication.cpp:269:48: warning: comparison is always true due to limited range of data type [-Wtype-limits] 269 | if (*c == '"' || *c == '\\' || ('\x00' <= *c && *c <= '\x1f')) | ~~~~~~~^~~~~ -
stream_out/chromecast/chromecast_communication.cpp:440:30: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 440 | int i_size = msg.ByteSize(); | ~~~~~~~~~~~~^~ -
codec/webvtt/webvtt.c:150:33: warning: implicit conversion from 'enum <anonymous>' to 'enum webvtt_header_line_e' [-Wenum-conversion] 150 | p->pf_header( p->priv, p->section, b_new, psz_line ); | ~^~~~~~~~~ -
stream_out/chromecast/chromecast_ctrl.cpp:770:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 770 | if ( p_app == NULL ) | ^~ -
demux/avformat/demux.c:1144:40: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (11 chars into 10 available) [-Wunterminated-string-initialization] 1144 | [vlc_meta_EncodedBy] = "encoded_by", | ^~~~~~~~~~~~ -
control/gestures.c:502:39: warning: unused parameter 'oldval' [-Wunused-parameter] 502 | vlc_value_t oldval, vlc_value_t val, void *p_data ) | ~~~~~~~~~~~~^~~~~~ -
codec/gstreamer/gstvlcpictureplaneallocator.c:76:26: warning: cast between incompatible function types from 'gboolean (*)(GstVlcPicturePlane *)' {aka 'int (*)(struct _GstVlcPicturePlane *)'} to 'void (*)(GstMemory *)' {aka 'void (*)(struct _GstMemory *)'} [-Wcast-function-type] 76 | p_alloc->mem_unmap = (GstMemoryUnmapFunction) gst_vlc_picture_plane_unmap; | ^ -
control/netsync.c:277:38: warning: unused parameter 'oldval' [-Wunused-parameter] 277 | vlc_value_t oldval, vlc_value_t newval, void *data) | ~~~~~~~~~~~~^~~~~~ -
codec/gstreamer/gstvlcvideopool.c:120:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'gsize' {aka 'unsigned int'} [-Wformat=] 120 | msg_Dbg( p_vpool->p_dec, "setting the following config on the pool: %s, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121 | size: %lu, min buffers: %u, max buffers: %u", gst_caps_to_string( p_caps ), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 122 | info.size, min_buffers, max_buffers ); | ~~~~~~~~~ | | | gsize {aka unsigned int} -
codec/gstreamer/gstdecode.c:772:20: warning: declaration of 'p_buf' shadows a previous local [-Wshadow=compatible-local] 772 | GstBuffer *p_buf = GST_BUFFER_CAST( | ^~~~~ -
control/motion.c:139:2: warning: #warning FIXME: check once (or less) per picture, not once per interval [-Wcpp] 139 | #warning FIXME: check once (or less) per picture, not once per interval | ^~~~~~~ -
control/motion.c:164:2: warning: #warning FIXME: refactor this plugin as a video filter! [-Wcpp] 164 | #warning FIXME: refactor this plugin as a video filter! | ^~~~~~~ -
demux/asf/libasf.c:592:20: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 592 | if( i_peek < p_sp->i_type_specific_data_length ) | ^ -
demux/asf/libasf.c:607:20: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 607 | if( i_peek < p_sp->i_error_correction_data_length ) | ^ -
demux/asf/libasf.c:1288:41: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Wunterminated-string-initialization] 1288 | static const char hex[16] = "0123456789ABCDEF"; | ^~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:366:55: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'unsigned int' [-Wsign-compare] 366 | && vlc_stream_Read( p_demux->s, NULL, i_peeker ) < i_peeker ) | ^ -
../include/vlc_common.h:495:33: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long long int'} and 'uint64_t' {aka 'long long unsigned int'} [-Wsign-compare] 495 | # define __MAX(a, b) ( ((a) > (b)) ? (a) : (b) ) | ^ -
../include/vlc_common.h:495:42: warning: operand of '?:' changes signedness from 'int64_t' {aka 'long long int'} to 'uint64_t' {aka 'long long unsigned int'} due to unsignedness of other operand [-Wsign-compare] 495 | # define __MAX(a, b) ( ((a) > (b)) ? (a) : (b) ) | ^~~ -
demux/avi/avi.c:1331:17: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 1331 | vlc_stream_Seek( p_demux->s, p_sys->i_movi_lastchunk_pos ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:1339:17: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 1339 | vlc_stream_Seek( p_demux->s, p_sys->i_movi_begin + 12 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:1412:13: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 1412 | vlc_stream_Seek( p_demux->s, i_pos ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:2060:9: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 2060 | vlc_stream_Seek( p_demux->s, p_sys->i_movi_lastchunk_pos ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:2068:9: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 2068 | vlc_stream_Seek( p_demux->s, p_sys->i_movi_begin + 12 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:1684:21: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 1684 | vlc_stream_Seek( p_demux->s, i_pos_backup ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:1799:13: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 1799 | vlc_stream_Seek( p_demux->s, i_pos_backup ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:2869:5: warning: ignoring return value of 'vlc_stream_Seek' declared with attribute 'warn_unused_result' [-Wunused-result] 2869 | vlc_stream_Seek( p_demux->s, p_movi->i_chunk_pos + 12 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/mp4/mpeg4.h:30:52: warning: unused parameter 'pi_profile' [-Wunused-parameter] 30 | int *pi_profile) | ~~~~~^~~~~~~~~~ -
../include/vlc_fixups.h:373:27: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (26 chars into 25 available) [-Wunterminated-string-initialization] 373 | #define gettext_noop(str) (str) | ^ -
demux/mp4/mp4.c:1547:18: warning: unused variable 'p_sys' [-Wunused-variable] 1547 | demux_sys_t *p_sys = p_demux->p_sys; | ^~~~~ -
demux/mp4/mp4.c:3168:32: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 3168 | for( i_index = 0; i_index < p_track->chunk[i_chunk].i_entries_dts && | ^ -
demux/mp4/mp4.c:4058:29: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 4058 | if( i_elst_last < elst->i_entry_count && | ^ -
demux/mp4/libmp4.c:1567:12: warning: 'MP4_ReadBox_LtdContainer' reading 2 bytes from a region of size 1 [-Wstringop-overread] 1567 | return MP4_ReadBox_LtdContainer( p_stream, p_box, versions, 1 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/pva.c:408:9: warning: 'hdr' may be used uninitialized [-Wmaybe-uninitialized] 408 | msg_Warn( p_demux, "invalid hdr [0x%2.2x:%2.2x:%2.2x:%2.2x]", | ^ -
demux/dmxmus.c:255:19: warning: 'MEM[(unsigned char *)&buf + 1B]' may be used uninitialized [-Wmaybe-uninitialized] 255 | unsigned char buf[3]; | ^ -
demux/dmxmus.c:190:9: warning: 'MEM[(unsigned char *)&buf + 2B]' may be used uninitialized [-Wmaybe-uninitialized] 190 | val &= 0x7f; | ^ -
demux/mkv/demux.cpp:453:97: warning: unused parameter 'b_initial' [-Wunused-parameter] 453 | bool demux_sys_t::AnalyseAllSegmentsFound( demux_t *p_demux, matroska_stream_c *p_stream1, bool b_initial ) | ~~~~~^~~~~~~~~ -
demux/adaptive/http/HTTPConnection.cpp:139:63: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 139 | if (vlc_http_msg_add_header(req, "Range", "bytes=%" PRIuMAX "-%" PRIuMAX, | ^ 140 | range.getStartByte(), range.getEndByte())) | ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
demux/adaptive/http/HTTPConnection.cpp:139:63: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 139 | if (vlc_http_msg_add_header(req, "Range", "bytes=%" PRIuMAX "-%" PRIuMAX, | ^ 140 | range.getStartByte(), range.getEndByte())) | ~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
demux/adaptive/http/HTTPConnection.cpp:145:63: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 145 | if (vlc_http_msg_add_header(req, "Range", "bytes=%" PRIuMAX "-", | ^~~~~~~~~~~~~~~~~~~~~ 146 | range.getStartByte())) | ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} -
demux/mkv/matroska_segment_parse.cpp:955:10: warning: statement has no effect [-Wunused-value] 955 | for (t; t != matroska_segment_c::tracks.end(); ++t) | ^ -
demux/mkv/matroska_segment_parse.cpp:1665:39: warning: taking address of packed member of '_WAVEFORMATEXTENSIBLE' may result in an unaligned pointer value [-Waddress-of-packed-member] 1665 | sf_tag_to_fourcc( &p_wext->SubFormat, &p_tk->fmt.i_codec, NULL); | ^~~~~~~~~~~~~~~~~~ -
demux/mkv/matroska_segment.cpp:998:32: warning: this statement may fall through [-Wimplicit-fallthrough=] 998 | case VIDEO_ES: ++track_score; | ^~~~~~~~~~~~~ -
demux/mkv/matroska_segment.cpp:999:32: warning: this statement may fall through [-Wimplicit-fallthrough=] 999 | case AUDIO_ES: ++track_score; | ^~~~~~~~~~~~~ -
demux/mkv/matroska_segment.cpp:1000:32: warning: this statement may fall through [-Wimplicit-fallthrough=] 1000 | case SPU_ES: ++track_score; | ^~~~~~~~~~~~~ -
demux/mkv/matroska_segment.cpp:1442:21: warning: this statement may fall through [-Wimplicit-fallthrough=] 1442 | if( unlikely( !el->ValidateSize() || ( el->IsFiniteSize() && el->GetSize() >= SIZE_MAX ) ) ) | ^~ -
demux/adaptive/tools/../../mp4/mpeg4.h:30:52: warning: unused parameter 'pi_profile' [-Wunused-parameter] 30 | int *pi_profile) | ~~~~~^~~~~~~~~~ -
gui/ncurses.c:1083:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 1083 | mvnprintw(y++, 0, COLS, _(input_state[val.i_int]), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1084 | repeat, random, loop); | ~~~~~~~~~~~~~~~~~~~~~ -
gui/ncurses.c:1562:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1562 | if (getch() != ERR) | ^ -
gui/qt/dialogs/firstrun.cpp:50:2: warning: #warning FIXME [-Wcpp] 50 | #warning FIXME | ^~~~~~~ -
gui/qt/dialogs/plugins.cpp:264:24: warning: unused variable 'EM' [-Wunused-variable] 264 | ExtensionsManager *EM = ExtensionsManager::getInstance( p_intf ); | ^~ -
gui/qt/dialogs/podcast_configuration.cpp:75:43: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated [-Wdeprecated-declarations] 75 | if( playlist_IsServicesDiscoveryLoaded( THEPL, "podcast" ) ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
../include/vlc_objects.h:60:25: warning: 'vlc_object_t* vlc_object_find_name(vlc_object_t*, const char*)' is deprecated [-Wdeprecated-declarations] 60 | vlc_object_find_name( VLC_OBJECT(a),b) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ -
gui/qt/components/interface_widgets.cpp:618:35: warning: 'int qrand()' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 618 | int i_spawn = ( (double) qrand() / RAND_MAX ) * i_rate; | ~~~~~^~ -
gui/qt/components/interface_widgets.cpp:638:29: warning: 'int qrand()' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 638 | f->point.setX( qrand() * w ); | ~~~~~^~ -
gui/qt/components/interface_widgets.cpp:639:27: warning: 'int qrand()' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 639 | f->b_fat = ( qrand() < ( RAND_MAX * .33 ) ); | ~~~~~^~ -
gui/qt/components/controller.cpp:389:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 389 | b_special = true; | ~~~~~~~~~~^~~~~~ -
gui/qt/components/playlist/selector.cpp:361:55: warning: 'bool playlist_IsServicesDiscoveryLoaded(playlist_t*, const char*)' is deprecated [-Wdeprecated-declarations] 361 | sd_loaded = playlist_IsServicesDiscoveryLoaded( THEPL, qtu( qs ) ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ -
gui/qt/util/input_slider.cpp:494:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 494 | if ( chapters ) foreach( const SeekPoint &point, chapters->getPoints() ) | ^ -
lua/extension.c:383:26: warning: declaration of 'b_ok' shadows a previous local [-Wshadow=compatible-local] 383 | bool b_ok = false; | ^~~~ -
lua/extension.c:627:26: warning: declaration of 'p_ext' shadows a previous local [-Wshadow=compatible-local] 627 | extension_t *p_ext; | ^~~~~ -
lua/extension.c:639:26: warning: declaration of 'p_ext' shadows a previous local [-Wshadow=compatible-local] 639 | extension_t *p_ext; | ^~~~~ -
lua/extension.c:1159:54: warning: unused parameter 'p_event' [-Wunused-parameter] 1159 | static void inputItemMetaChanged( const vlc_event_t *p_event, | ~~~~~~~~~~~~~~~~~~~^~~~~~~ -
meta_engine/folder.c:162:19: warning: declaration of 'psz_uri' shadows a previous local [-Wshadow=compatible-local] 162 | char *psz_uri = vlc_path2uri( filepath, "file" ); | ^~~~~~~ -
lua/libs/sd.c:449:5: warning: 'playlist_IsServicesDiscoveryLoaded' is deprecated [-Wdeprecated-declarations] 449 | lua_pushboolean( L, playlist_IsServicesDiscoveryLoaded( p_playlist, psz_sd )); | ^~~~~~~~~~~~~~~ -
mux/asf.c:1000:22: warning: declaration of 'tk' shadows a previous local [-Wshadow=compatible-local] 1000 | asf_track_t *tk = NULL; | ^~ -
mux/dummy.c:167:9: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 167 | i_count = block_FifoCount( p_fifo ); | ^~~~~~~ -
../include/vlc_arrays.h:229:9: warning: declaration of 'fe_idx' shadows a previous local [-Wshadow=compatible-local] 229 | int fe_idx; \ | ^~~~~~ -
mux/avi.c:516:9: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 516 | i_count = block_FifoCount( p_fifo ); | ^~~~~~~ -
mux/avi.c:523:13: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 523 | if( block_FifoCount( p_fifo ) > 0 ) | ^~ -
services_discovery/pulse.c:186:5: warning: 'services_discovery_AddItemCat' is deprecated [-Wdeprecated-declarations] 186 | services_discovery_AddItemCat(sd, item, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
services_discovery/podcast.c:358:14: warning: declaration of 'i' shadows a previous local [-Wshadow=compatible-local] 358 | for( int i = 0; i < p_sys->i_urls; i++ ) | ^ -
services_discovery/sap.c:900:9: warning: 'services_discovery_AddItemCat' is deprecated [-Wdeprecated-declarations] 900 | services_discovery_AddItemCat(p_sd, p_input, str ? str : psz_value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
services_discovery/sap.c:908:9: warning: 'services_discovery_AddItemCat' is deprecated [-Wdeprecated-declarations] 908 | services_discovery_AddItemCat(p_sd, p_input, psz_value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
stream_out/transcode/transcode.c:274:23: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (6 chars into 5 available) [-Wunterminated-string-initialization] 274 | char fcc[5] = " \0"; | ^~~~~~~~ -
stream_out/transcode/transcode.c:329:23: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (6 chars into 5 available) [-Wunterminated-string-initialization] 329 | char fcc[5] = " \0"; | ^~~~~~~~ -
stream_out/transcode/transcode.c:399:23: warning: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (6 chars into 5 available) [-Wunterminated-string-initialization] 399 | char fcc[5] = " \0"; | ^~~~~~~~ -
stream_filter/hds/hds.c:279:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 279 | if( asrt_len > data_end - data || | ^ -
stream_filter/hds/hds.c:344:27: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 344 | if( data_end - data_p < 8 * segment_run_entry_count ) | ^ -
stream_filter/hds/hds.c:384:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 384 | if( afrt_len > data_end - data || | ^ -
stream_filter/hds/hds.c:515:18: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 515 | if( abst_len > data_end - data | ^ -
text_renderer/freetype/text_layout.c:1439:38: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare] 1439 | || i_width + i_advance_x > i_max_width ) | ^ -
video_filter/ball.c:611:14: warning: declaration of 'y' shadows a previous local [-Wshadow=compatible-local] 611 | for( int y = 1; y < i_numLines - 1; y++ ) | ^ -
video_filter/ball.c:613:18: warning: declaration of 'x' shadows a previous local [-Wshadow=compatible-local] 613 | for( int x = 1; x < i_numCols - 1; x++ ) | ^ -
video_filter/ball.c:636:18: warning: declaration of 'y' shadows a previous local [-Wshadow=compatible-local] 636 | for( int y = 1; y < i_numLines - 1; y++ ) | ^ -
video_filter/ball.c:638:22: warning: declaration of 'x' shadows a previous local [-Wshadow=compatible-local] 638 | for( int x = 1; x < i_numCols - 1; x++ ) | ^ -
notify/notify.c:121:33: warning: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(void *, void *)' [-Wcast-function-type] 121 | g_list_foreach( p_caps, (GFunc)g_free, NULL ); | ^ -
notify/notify.c:327:9: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 327 | gdk_pixbuf_unref( pix ); | ^~~~~~~~~~~~~~~~ -
../include/vlc_common.h:498:33: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare] 498 | # define __MIN(a, b) ( ((a) < (b)) ? (a) : (b) ) | ^ -
../include/vlc_common.h:498:42: warning: operand of '?:' changes signedness from 'long int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare] 498 | # define __MIN(a, b) ( ((a) < (b)) ? (a) : (b) ) | ^~~ -
video_filter/ripple.c:160:31: warning: this statement may fall through [-Wimplicit-fallthrough=] 160 | i_pixel_pitch *= 2; | ~~~~~~~~~~~~~~^~~~ -
video_filter/hqdn3d.h:92:22: warning: declaration of 'PixelAnt' shadows a previous local [-Wshadow=compatible-local] 92 | unsigned int PixelAnt; | ^~~~~~~~ -
video_filter/hqdn3d.h:100:26: warning: declaration of 'PixelDst' shadows a previous local [-Wshadow=compatible-local] 100 | unsigned int PixelDst; | ^~~~~~~~ -
video_filter/hqdn3d.h:159:22: warning: declaration of 'PixelAnt' shadows a previous local [-Wshadow=compatible-local] 159 | unsigned int PixelAnt; | ^~~~~~~~ -
video_filter/hqdn3d.h:170:26: warning: declaration of 'PixelDst' shadows a previous local [-Wshadow=compatible-local] 170 | unsigned int PixelDst; | ^~~~~~~~ -
video_filter/wave.c:161:31: warning: this statement may fall through [-Wimplicit-fallthrough=] 161 | i_pixel_pitch *= 2; | ~~~~~~~~~~~~~~^~~~ -
video_filter/scale.c:75:2: warning: #warning Converter cannot (really) change output format. [-Wcpp] 75 | #warning Converter cannot (really) change output format. | ^~~~~~~ -
video_filter/scale.c:95:2: warning: #warning Converter cannot (really) change output format. [-Wcpp] 95 | #warning Converter cannot (really) change output format. | ^~~~~~~ -
video_filter/oldmovie.c:460:44: warning: absolute value function 'abs' given an argument of type 'long long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 460 | if ( abs( p_sys->i_sliding_ofs ) < abs( p_sys->i_sliding_speed | ^~~ -
video_filter/vhs.c:473:44: warning: absolute value function 'abs' given an argument of type 'long long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] 473 | if ( abs( p_sys->i_sliding_ofs ) < abs( p_sys->i_sliding_speed | ^~~ -
video_filter/puzzle_bezier.c:86:22: warning: using integer absolute value function 'abs' when argument is of floating-point type 'float' [-Wabsolute-value] 86 | if ( abs ( f_bez_y ) > ( f_bez_x * ( 0.9 * ((float)i_lines) / ((float)i_width) ) ) ) | ^~~ -
video_filter/puzzle_bezier.c:90:22: warning: using integer absolute value function 'abs' when argument is of floating-point type 'float' [-Wabsolute-value] 90 | if ( abs ( f_bez_y ) > ( ( ((float)i_width) - f_bez_x ) * ( 0.9 * ((float)i_lines) / ((float)i_width) ) ) ) | ^~~ -
video_output/opengl/display.c:71:5: warning: 'desaturation_strength' is deprecated [-Wdeprecated-declarations] 71 | add_glopts () | ^~~~~~~~~~ -
video_output/opengl/display.c:71:5: warning: 'desaturation_exponent' is deprecated [-Wdeprecated-declarations] 71 | add_glopts () | ^~~~~~~~~~ -
video_output/opengl/display.c:71:5: warning: 'desaturation_base' is deprecated [-Wdeprecated-declarations] 71 | add_glopts () | ^~~~~~~~~~ -
video_output/opengl/display.c:71:5: warning: 'max_boost' is deprecated [-Wdeprecated-declarations] 71 | add_glopts () | ^~~~~~~~~~ -
video_output/opengl/fragment_shaders.c:616:9: warning: 'tone_mapping_algo' is deprecated [-Wdeprecated-declarations] 616 | color_params.tone_mapping_algo = var_InheritInteger(tc->gl, "tone-mapping"); | ^~~~~~~~~~~~ -
video_output/opengl/fragment_shaders.c:619:9: warning: 'desaturation_strength' is deprecated [-Wdeprecated-declarations] 619 | color_params.desaturation_strength = var_InheritFloat(tc->gl, "desat-strength"); | ^~~~~~~~~~~~ -
video_output/opengl/fragment_shaders.c:620:9: warning: 'desaturation_exponent' is deprecated [-Wdeprecated-declarations] 620 | color_params.desaturation_exponent = var_InheritFloat(tc->gl, "desat-exponent"); | ^~~~~~~~~~~~ -
video_output/opengl/fragment_shaders.c:621:9: warning: 'desaturation_base' is deprecated [-Wdeprecated-declarations] 621 | color_params.desaturation_base = var_InheritFloat(tc->gl, "desat-base"); | ^~~~~~~~~~~~ -
video_output/opengl/fragment_shaders.c:622:9: warning: 'max_boost' is deprecated [-Wdeprecated-declarations] 622 | color_params.max_boost = var_InheritFloat(tc->gl, "max-boost"); | ^~~~~~~~~~~~ -
video_output/opengl/fragment_shaders.c:626:9: warning: 'gamut_warning' is deprecated [-Wdeprecated-declarations] 626 | color_params.gamut_warning = var_InheritBool(tc->gl, "tone-mapping-warn"); | ^~~~~~~~~~~~ -
video_output/wayland/shell.c:197:1: warning: missing initializer for field 'name' of 'const struct wl_output_listener' [-Wmissing-field-initializers] 197 | }; | ^ -
services_discovery/upnp.cpp:1055:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 1055 | if (!p_item) { | ^~ -
services_discovery/upnp.cpp:1599:14: warning: 'char* getIpv4ForMulticast()' defined but not used [-Wunused-function] 1599 | static char *getIpv4ForMulticast() | ^~~~~~~~~~~~~~~~~~~ -
access/dtv/linux.c:606:25: warning: 'systems' may be used uninitialized [-Wmaybe-uninitialized] 606 | systems |= systems << 1; /* DVB_foo -> DVB_foo|DVB_foo2 */ | ^ -
codec/omxil/vout.c:353:48: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized] 353 | if (cmd == OMX_CommandStateSet && state == OMX_StateIdle) | ^ -
codec/omxil/vout.c:353:20: warning: 'cmd' may be used uninitialized [-Wmaybe-uninitialized] 353 | if (cmd == OMX_CommandStateSet && state == OMX_StateIdle) | ^ -
../include/vlc_variables.h:611:9: warning: 'varname' may be used uninitialized [-Wmaybe-uninitialized] 611 | if( var_Inherit( obj, name, VLC_VAR_INTEGER, &val ) ) | ^ -
video_output/opengl/converter_vdpau.c:111:28: warning: 'pics.29_29' may be used uninitialized [-Wmaybe-uninitialized] 111 | picture_pool_t *pool = picture_pool_New(requested_count, pics); | ^ -
gui/qt/qt.cpp:862:24: warning: 'xid' may be used uninitialized [-Wmaybe-uninitialized] 862 | XReparentWindow(sys->dpy, xid, p_wnd->handle.xid, 0, 0); | ^ -
audio_output/pulse.c:584:13: warning: call to 'harmful_delay' declared with attribute warning: use proper event handling instead of short delay [-Wattribute-warning] 584 | msleep(delay); | ^ -
../include/vlc_threads.h:717:14: warning: type of 'vlc_join' does not match original declaration [-Wlto-type-mismatch] 717 | VLC_API void vlc_join(vlc_thread_t th, void **result); | ^ -
stream_out/rtpfmt.c:1965:5: warning: 'y_sampling_factor' may be used uninitialized [-Wmaybe-uninitialized] 1965 | switch (y_sampling_factor) | ^ -
mux/mpeg/bits.h:70:48: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 70 | p_buffer->p_data[p_buffer->i_data] |= p_buffer->i_mask; | ^ -
mux/mpeg/bits.h:74:48: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 74 | p_buffer->p_data[p_buffer->i_data] &= ~p_buffer->i_mask; | ^ -
video_output/opengl/vout_helper.c:1510:9: warning: writing 32 bytes into a region of size 0 [-Wstringop-overflow=] 1510 | memcpy(*textureCoord + p * *nbVertices * 2, tex, | ^ -
media_list.c:255:2: warning: #warning Missing error handling! [-Wcpp] 255 | #warning Missing error handling! | ^~~~~~~ -
media_list_player.c:822:22: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized] 822 | if (!path || ret != 0) | ^ -
access/rtp/srtp-test-aes.c:40:9: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Wunterminated-string-initialization] 40 | "\xE1\xF9\x7A\x0D\x3E\x01\x8B\xE0\xD6\x4F\xA3\x2C\x06\xDE\x41\x39"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
access/rtp/srtp-test-aes.c:42:9: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (15 chars into 14 available) [-Wunterminated-string-initialization] 42 | "\x0E\xC6\x75\xAD\x49\x8A\xFE\xEB\xB6\x96\x0B\x3A\xAB\xE6"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
access/rtp/srtp-test-aes.c:45:9: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Wunterminated-string-initialization] 45 | "\xC6\x1E\x7A\x93\x74\x4F\x39\xEE\x10\x73\x4A\xFE\x3F\xF7\xA0\x87"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
access/rtp/srtp-test-aes.c:47:9: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (15 chars into 14 available) [-Wunterminated-string-initialization] 47 | "\x30\xCB\xBC\x08\x86\x3D\x8C\x85\xD4\x9D\xB3\x4A\x9A\xE1"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
access/rtp/srtp-test-aes.c:49:9: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (95 chars into 94 available) [-Wunterminated-string-initialization] 49 | "\xCE\xBE\x32\x1F\x6F\xF7\x71\x6B\x6F\xD4\xAB\x49\xAF\x25\x6A\x15" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
access/rtp/srtp-test-aes.c:98:9: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Wunterminated-string-initialization] 98 | "\x2B\x7E\x15\x16\x28\xAE\xD2\xA6\xAB\xF7\x15\x88\x09\xCF\x4F\x3C"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
access/rtp/srtp-test-aes.c:125:9: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (49 chars into 48 available) [-Wunterminated-string-initialization] 125 | "\xE0\x3E\xAD\x09\x35\xC9\x5E\x80\xE1\x66\xB1\x6D\xD9\x2B\x4E\xB4" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
access/rtp/srtp-test-aes.c:129:9: warning: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (49 chars into 48 available) [-Wunterminated-string-initialization] 129 | "\xEC\x8C\xDF\x73\x98\x60\x7C\xB0\xF2\xD2\x16\x75\xEA\x9E\xA1\xE4" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
stream_filter/accesstweaks.c:101:19: warning: unused variable 'p_sys' [-Wunused-variable] 101 | stream_sys_t *p_sys = s->p_sys; | ^~~~~ -
demux/adaptive/test/plumbing/FakeEsOut.cpp:152:44: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'vlc_tick_t' {aka 'long long int'} [-Wformat=] 152 | fprintf(stderr,"first.continuous %ld", first.continuous); | ~~^ ~~~~~~~~~~~~~~~~ | | | | long int vlc_tick_t {aka long long int} | %lld -
demux/adaptive/test/plumbing/FakeEsOut.cpp:154:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'vlc_tick_t' {aka 'long long int'} [-Wformat=] 154 | fprintf(stderr,"first.segment.demux %ld", first.segment.demux); | ~~^ ~~~~~~~~~~~~~~~~~~~ | | | | long int vlc_tick_t {aka long long int} | %lld -
demux/adaptive/test/plumbing/FakeEsOut.cpp:168:33: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'vlc_tick_t' {aka 'long long int'} [-Wformat=] 168 | fprintf(stderr,"first %ld\n", first.continuous); | ~~^ ~~~~~~~~~~~~~~~~ | | | | long int vlc_tick_t {aka long long int} | %lld -
demux/adaptive/test/plumbing/FakeEsOut.cpp:181:33: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'vlc_tick_t' {aka 'long long int'} [-Wformat=] 181 | fprintf(stderr,"first %ld\n", first.continuous); | ~~^ ~~~~~~~~~~~~~~~~ | | | | long int vlc_tick_t {aka long long int} | %lld -
demux/adaptive/test/plumbing/FakeEsOut.cpp:191:33: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'vlc_tick_t' {aka 'long long int'} [-Wformat=] 191 | fprintf(stderr,"first %ld\n", first.continuous); | ~~^ ~~~~~~~~~~~~~~~~ | | | | long int vlc_tick_t {aka long long int} | %lld -
demux/adaptive/test/plumbing/FakeEsOut.cpp:240:38: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'vlc_tick_t' {aka 'long long int'} [-Wformat=] 240 | fprintf(stderr, "timestamp %ld\n", ts); | ~~^ ~~ | | | | | vlc_tick_t {aka long long int} | long int | %lld -
demux/adaptive/test/plumbing/FakeEsOut.cpp:252:38: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'vlc_tick_t' {aka 'long long int'} [-Wformat=] 252 | fprintf(stderr, "timestamp %ld\n", ts); | ~~^ ~~ | | | | | vlc_tick_t {aka long long int} | long int | %lld -
demux/adaptive/test/plumbing/FakeEsOut.cpp:266:38: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'vlc_tick_t' {aka 'long long int'} [-Wformat=] 266 | fprintf(stderr, "timestamp %ld\n", ts); | ~~^ ~~ | | | | | vlc_tick_t {aka long long int} | long int | %lld -
demux/adaptive/test/plumbing/FakeEsOut.cpp:279:38: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'vlc_tick_t' {aka 'long long int'} [-Wformat=] 279 | fprintf(stderr, "timestamp %ld\n", ts); | ~~^ ~~ | | | | | vlc_tick_t {aka long long int} | long int | %lld -
src/misc/keystore.c:293:10: warning: variable 'b_found' set but not used [-Wunused-but-set-variable] 293 | bool b_found = false; | ^~~~~~~ -
src/misc/keystore.c:327:9: warning: variable 'i_ret' set but not used [-Wunused-but-set-variable] 327 | int i_ret; | ^~~~~ -
../modules/demux/mpeg/ts_pes.c:74:65: warning: unused parameter 'i_buf' [-Wunused-parameter] 74 | static bool MayHaveStartCodeOnEnd( const uint8_t *p_buf, size_t i_buf ) | ~~~~~~~^~~~~ -
libvlc/renderer_discoverer.c:113:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] 113 | for (unsigned int i = 0; i < i_count; ++i) | ^ -
libvlc/media_discoverer.c:132:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] 132 | for (unsigned int i = 0; i < i_count; ++i) | ^ -
./../modules/packetizer/hxxx_nal.h:287:20: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 287 | if( i_nal_size > p_ctx->p_tail - p_ctx->p_head ) | ^ -
src/interface/dialog.c:316:28: warning: declaration of 'p_libvlc' shadows a previous local [-Wshadow=compatible-local] 316 | libvlc_instance_t *p_libvlc = libvlc_new(1, args); | ^~~~~~~~ -
src/interface/dialog.c:223:9: warning: call to 'harmful_delay' declared with attribute warning: use proper event handling instead of short delay [-Wattribute-warning] 223 | msleep(i_dialog_wait / 30); | ^ -
src/interface/dialog.c:232:9: warning: call to 'harmful_delay' declared with attribute warning: use proper event handling instead of short delay [-Wattribute-warning] 232 | msleep(i_dialog_wait / 30); | ^ -
src/interface/dialog.c:210:5: warning: call to 'harmful_delay' declared with attribute warning: use proper event handling instead of short delay [-Wattribute-warning] 210 | msleep(i_dialog_wait); | ^ -
src/interface/dialog.c:210:5: warning: call to 'harmful_delay' declared with attribute warning: use proper event handling instead of short delay [-Wattribute-warning]