Snippets for vlc 3.0.22 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/vlc/3.0.22_2,4/150arm64-default.log.
-
modules/cache.c:225:13: warning: '_Alignof' applied to an expression is a GNU extension [-Wgnu-alignof-expression] 225 | LOAD_ALIGNOF(*cfg->list.i); | ^ -
modules/cache.c:547:13: warning: '_Alignof' applied to an expression is a GNU extension [-Wgnu-alignof-expression] 547 | SAVE_ALIGNOF(*cfg->list.i); | ^ -
input/clock.c:539:2: warning: "input_clock_SetJitter needs more work" [-W#warnings] 539 | #warning "input_clock_SetJitter needs more work" | ^ -
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/decoder.c:2379:12: warning: 'block_FifoSize' is deprecated [-Wdeprecated-declarations]
-
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/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 ) | ^ -
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: FIXME: implement video close event [-W#warnings] 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:9: warning: 'manage' is deprecated [-Wdeprecated-declarations] 103 | vd->manage = NULL; | ^ -
video_output/display.c:151:13: warning: 'manage' is deprecated [-Wdeprecated-declarations] 151 | if (vd->manage) | ^ -
video_output/display.c:152:13: warning: 'manage' is deprecated [-Wdeprecated-declarations] 152 | vd->manage(vd); | ^ -
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:14: warning: 'manage' is deprecated [-Wdeprecated-declarations] 1464 | wrapper->manage = SplitterManage; | ^ -
network/udp.c:314:60: warning: unused parameter 'srclen' [-Wunused-parameter] 314 | const struct sockaddr *src, socklen_t srclen, | ^ -
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 ) | ^ -
posix/thread.c:79:5: warning: Monotonic clock not available. Expect timing issues. [-W#warnings] 79 | # warning Monotonic clock not available. Expect timing issues. | ^ -
stream_output/stream_output.c:493:9: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 493 | && block_FifoCount( p_input->p_fifo ) > 0 ) | ^ -
stream_output/stream_output.c:574:13: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 574 | if( block_FifoCount( p_input->p_fifo ) < i_blocks ) | ^ -
access/live555.cpp:1567:33: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1567 | if( d_length >= INT64_MAX ) | ~~ ^~~~~~~~~ -
access/rist.c:350:14: warning: variable 'null_count' set but not used [-Wunused-but-set-variable] 350 | uint16_t null_count = 0; | ^ -
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 ); | ^ -
codec/cea708.c:1677:18: warning: variable 'i_ret' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 1677 | else if( c > 0x9F ) | ^~~~~~~~ -
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 ) | ^ -
codec/webvtt/CSSGrammar.c:1630:9: warning: variable 'yynerrs' set but not used [-Wunused-but-set-variable] 1630 | int yynerrs; | ^ -
codec/avcodec/video.c:759:35: warning: unused parameter 'obj' [-Wunused-parameter] 759 | int InitVideoHwDec( vlc_object_t *obj ) | ^ -
codec/avcodec/video.c:700:12: warning: unused function 'ExtractAV1Profile' [-Wunused-function] 700 | static int ExtractAV1Profile(AVCodecContext *p_context, const es_format_t *fmt_in, decoder_sys_t *p_sys) | ^~~~~~~~~~~~~~~~~ -
demux/../packetizer/flac.h:249:57: warning: '&&' within '||' [-Wlogical-op-parentheses] 249 | if (!stream_info || stream_info->total_samples != 0 && i_fsnumber > stream_info->total_samples) | ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
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/flac.c:276:5: warning: expression result unused [-Wunused-value] 276 | (int) vlc_stream_Control( p_demux->s, STREAM_CAN_FASTSEEK, &b_canfastseek ); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/ogg.c:3283:14: warning: variable 'i_offset' set but not used [-Wunused-but-set-variable] 3283 | uint64_t i_offset = 0; | ^ -
demux/ogg.c:3284:14: warning: variable 'i_time' set but not used [-Wunused-but-set-variable] 3284 | uint64_t i_time = 0; | ^ -
demux/oggseek.c:310:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 310 | vlc_stream_Seek( p_demux->s, i_backup_pos ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/oggseek.c:961:13: warning: variable 'i_pagepos' set but not used [-Wunused-but-set-variable] 961 | int64_t i_pagepos; | ^ -
demux/oggseek.c:1082:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 1082 | vlc_stream_Seek( p_demux->s, i_in_pos ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ -
demux/oggseek.c:1091:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 1091 | vlc_stream_Seek( p_demux->s, i_in_pos ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ -
demux/nuv.c:531:52: warning: comparison of integers of different signs: 'uint64_t' (aka 'unsigned long') 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 integers of different signs: 'int64_t' (aka 'long') and 'uint64_t' (aka 'unsigned long') [-Wsign-compare] 569 | if( i_pos > vlc_stream_Tell( p_demux->s ) ) | ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/nuv.c:762:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 762 | vlc_stream_Seek( p_demux->s, i_original_pos ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/image.c:434:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 434 | vlc_stream_Seek(s, 20); | ^~~~~~~~~~~~~~~ ~~~~~ -
demux/image.c:569:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 569 | vlc_stream_Seek(s, position); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~ -
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 integers of different signs: '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 integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare] 4058 | if( i_elst_last < elst->i_entry_count && | ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ -
demux/mp4/mpeg4.h:30:52: warning: unused parameter 'pi_profile' [-Wunused-parameter] 30 | int *pi_profile) | ^ -
demux/mpeg/ts.c:1998:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 1998 | vlc_stream_Seek( p_sys->stream, i_initial_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 ) | ^ -
gui/qt/components/playlist/views.hpp:147:10: warning: 'PicFlowView::dataChanged' hides overloaded virtual function [-Woverloaded-virtual] 147 | void dataChanged( const QModelIndex &, const QModelIndex &); | ^ -
misc/webservices/json.c:377:28: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] 377 | else if (!state.settings.settings & json_relaxed_commas) | ^ ~ -
misc/webservices/json.c:532:54: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] 532 | if (flags & flag_need_comma && (!state.settings.settings & json_relaxed_commas)) | ^ ~ -
misc/gnutls.c:623:71: warning: unused parameter 'hostname' [-Wunused-parameter] 623 | vlc_tls_t *sk, const char *hostname, | ^ -
misc/rtsp.c:326:12: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 326 | while( block_FifoCount( p_sys->p_fifo_cmd ) > 0 ) | ^ -
misc/rtsp.c:1004:2: warning: Should use secure randomness here! (spoofing risk) [-W#warnings] 1004 | #warning Should use secure randomness here! (spoofing risk) | ^ -
misc/rtsp.c:1330:2: warning: Session ID should be securely random (spoofing risk) [-W#warnings] 1330 | #warning Session ID should be securely random (spoofing risk) | ^ -
mux/mp4/mp4.c:650:17: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 650 | if (block_FifoCount(p_input->p_fifo) > 0) { | ^ -
mux/mpjpeg.c:153:12: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 153 | while( block_FifoCount( p_fifo ) > 0 ) | ^ -
mux/wav.c:285:12: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 285 | while( block_FifoCount( p_input->p_fifo ) > 0 ) | ^ -
mux/ogg.c:570:20: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 570 | while( block_FifoCount( p_input->p_fifo ) ) | ^ -
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:13: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 1235 | if( block_FifoCount( p_input->p_fifo ) <= 1 ) | ^ -
mux/mpeg/ts.c:1243:22: 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 ) | ^ -
packetizer/hxxx_sei.c:57:32: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] 57 | if (bs_remain(&s_ep3b) / 8 > sizeof(buf)) | ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ -
packetizer/flac.h:249:57: warning: '&&' within '||' [-Wlogical-op-parentheses] 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/vod.c:188:12: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 188 | while( block_FifoCount( p_sys->p_fifo_cmd ) > 0 ) | ^ -
stream_out/chromecast/chromecast_communication.cpp:440:22: warning: 'ByteSize' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 440 | int i_size = msg.ByteSize(); | ^ -
stream_filter/skiptags.c:100:14: warning: result of comparison of constant 9223372036854775775 with expression of type 'uint_fast32_t' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] 100 | if (size > SSIZE_MAX - 32u) | ~~~~ ^ ~~~~~~~~~~~~~~~ -
video_filter/deinterlace/algo_ivtc.c:1100:17: warning: variable 'i_vote_invalid' set but not used [-Wunused-but-set-variable] 1100 | int i_vote_invalid = 0; | ^ -
video_output/xcb/xvideo.c:607:37: warning: missing field 'pf_destroy' initializer [-Wmissing-field-initializers] 607 | picture_resource_t res = { NULL }; | ^ -
video_output/vdummy.c:151:54: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] 151 | (picture->p->i_pitch * picture->p->i_lines) >= sizeof(vlc_tick_t) ) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ -
access_output/udp.c:360:13: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 360 | while ( block_FifoCount( p_sys->p_empty_blocks ) > MAX_EMPTY_BLOCKS ) | ^ -
access_output/udp.c:366:9: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 366 | if( block_FifoCount( p_sys->p_empty_blocks ) == 0 ) | ^ -
video_chroma/copy.c:835:33: warning: comparison of integers of different signs: 'const size_t' (aka 'const unsigned long') and 'int' [-Wsign-compare] 835 | const unsigned copy_pitch = __MIN(src_pitch[1], dst->p[1].i_pitch / 2); | ^ ~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ -
control/gestures.c:502:39: warning: unused parameter 'oldval' [-Wunused-parameter] 502 | vlc_value_t oldval, vlc_value_t val, void *p_data ) | ^ -
control/netsync.c:277:38: warning: unused parameter 'oldval' [-Wunused-parameter] 277 | vlc_value_t oldval, vlc_value_t newval, void *data) | ^ -
control/motion.c:139:2: warning: FIXME: check once (or less) per picture, not once per interval [-W#warnings] 139 | #warning FIXME: check once (or less) per picture, not once per interval | ^ -
control/motion.c:164:2: warning: FIXME: refactor this plugin as a video filter! [-W#warnings] 164 | #warning FIXME: refactor this plugin as a video filter! | ^ -
demux/avi/avi.c:1331:17: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-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 function declared with 'warn_unused_result' attribute [-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 function declared with 'warn_unused_result' attribute [-Wunused-result] 1412 | vlc_stream_Seek( p_demux->s, i_pos ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:1684:21: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 1684 | vlc_stream_Seek( p_demux->s, i_pos_backup ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:1799:13: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 1799 | vlc_stream_Seek( p_demux->s, i_pos_backup ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:1715:21: warning: comparison of integers of different signs: 'int64_t' (aka 'long') and 'uint64_t' (aka 'unsigned long') [-Wsign-compare] 1715 | i_pos = __MAX( i_percent * stream_Size( p_demux->s ) / 100, | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1716 | p_sys->i_movi_begin ); | ~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:2060:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-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 function declared with 'warn_unused_result' attribute [-Wunused-result] 2068 | vlc_stream_Seek( p_demux->s, p_sys->i_movi_begin + 12 ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/avi/avi.c:2869:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 2869 | vlc_stream_Seek( p_demux->s, p_movi->i_chunk_pos + 12 ); | ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
demux/mkv/matroska_segment_parse.cpp:955:10: warning: expression result unused [-Wunused-value] 955 | for (t; t != matroska_segment_c::tracks.end(); ++t) | ^ -
demux/mkv/matroska_segment_parse.cpp:1665:40: warning: taking address of packed member 'SubFormat' of class or structure '_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/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/logic/NearOptimalAdaptationLogic.hpp:70:45: warning: private field 'p_obj' is not used [-Wunused-private-field] 70 | vlc_object_t * p_obj; | ^ -
demux/adaptive/tools/../../mp4/mpeg4.h:30:52: warning: unused parameter 'pi_profile' [-Wunused-parameter] 30 | int *pi_profile) | ^ -
gui/qt/menus.cpp:151:34: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses] 150 | action->setData( VLCMenuBar::ACTION_STATIC | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 151 | ( bStatic ) ? VLCMenuBar::ACTION_ALWAYS_ENABLED | ~~~~~~~~~~~ ^ -
gui/qt/menus.cpp:1252:45: warning: unused parameter 'p_intf' [-Wunused-parameter] 1252 | void VLCMenuBar::UpdateItem( intf_thread_t *p_intf, QMenu *menu, | ^ -
gui/qt/dialogs/plugins.cpp:264:24: warning: unused variable 'EM' [-Wunused-variable] 264 | ExtensionsManager *EM = ExtensionsManager::getInstance( p_intf ); | ^~ -
gui/qt/dialogs/firstrun.cpp:50:2: warning: FIXME [-W#warnings] 50 | #warning FIXME | ^ -
gui/qt/dialogs/podcast_configuration.cpp:75:9: warning: 'playlist_IsServicesDiscoveryLoaded' is deprecated [-Wdeprecated-declarations] 75 | if( playlist_IsServicesDiscoveryLoaded( THEPL, "podcast" ) ) | ^ -
gui/qt/components/extended_panels.cpp:676:42: warning: 'vlc_object_find_name' is deprecated [-Wdeprecated-declarations] 676 | vlc_object_t *p_obj = (vlc_object_t*)vlc_object_find_name( THEPL, "v4l2" ); | ^ -
gui/qt/components/extended_panels.cpp:827:42: warning: 'vlc_object_find_name' is deprecated [-Wdeprecated-declarations] 827 | vlc_object_t *p_obj = (vlc_object_t*)vlc_object_find_name( THEPL, "v4l2" ); | ^ -
gui/qt/components/info_widgets.cpp:43:9: warning: unused variable 'content' [-Wunused-variable] 43 | content(109, 237, 0, 160); | ^~~~~~~ -
gui/qt/components/interface_widgets.cpp:618:30: warning: '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:24: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 638 | f->point.setX( qrand() * w ); | ^ -
gui/qt/components/interface_widgets.cpp:639:22: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] 639 | f->b_fat = ( qrand() < ( RAND_MAX * .33 ) ); | ^ -
./gui/qt/components/playlist/views.hpp:147:10: warning: 'PicFlowView::dataChanged' hides overloaded virtual function [-Woverloaded-virtual] 147 | void dataChanged( const QModelIndex &, const QModelIndex &); | ^ -
gui/qt/components/playlist/selector.cpp:361:21: warning: 'playlist_IsServicesDiscoveryLoaded' is deprecated [-Wdeprecated-declarations] 361 | sd_loaded = playlist_IsServicesDiscoveryLoaded( THEPL, qtu( qs ) ); | ^ -
gui/qt/util/input_slider.cpp:494:25: warning: add explicit braces to avoid dangling else [-Wdangling-else] 494 | if ( chapters ) foreach( const SeekPoint &point, chapters->getPoints() ) | ^ -
../config.h:871:9: warning: '_THREAD_SAFE' macro redefined [-Wmacro-redefined] 871 | #define _THREAD_SAFE /**/ | ^ -
gui/skins2/controls/ctrl_checkbox.hpp:112:18: warning: 'CtrlCheckbox::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 112 | virtual void onUpdate( Subject<AnimBitmap> &rBitmap, void* ); | ^ -
gui/skins2/controls/ctrl_image.hpp:86:18: warning: 'CtrlImage::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 86 | virtual void onUpdate( Subject<VarString> &rVariable, void* ); | ^ -
gui/skins2/controls/ctrl_list.hpp:94:18: warning: 'CtrlList::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 94 | virtual void onUpdate( Subject<VarList> &rList, void* ); | ^ -
gui/skins2/controls/ctrl_list.hpp:97:18: warning: 'CtrlList::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 97 | virtual void onUpdate( Subject<VarPercent> &rPercent, void* ); | ^ -
gui/skins2/controls/ctrl_tree.hpp:129:18: warning: 'CtrlTree::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 129 | virtual void onUpdate( Subject<VarTree, tree_update> &rTree, | ^ -
gui/skins2/controls/ctrl_radialslider.hpp:87:18: warning: 'CtrlRadialSlider::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 87 | virtual void onUpdate( Subject<VarPercent> &rVariable, void* ); | ^ -
gui/skins2/controls/ctrl_slider.hpp:118:18: warning: 'CtrlSliderCursor::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 118 | virtual void onUpdate( Subject<VarPercent> &rVariable, void * ); | ^ -
gui/skins2/controls/ctrl_slider.hpp:195:18: warning: 'CtrlSliderBg::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 195 | virtual void onUpdate( Subject<VarPercent> &rVariable, void* ); | ^ -
gui/skins2/controls/ctrl_slider.hpp:94:9: warning: private field 'm_xPosition' is not used [-Wunused-private-field] 94 | int m_xPosition, m_yPosition; | ^ -
gui/skins2/controls/ctrl_slider.hpp:94:22: warning: private field 'm_yPosition' is not used [-Wunused-private-field] 94 | int m_xPosition, m_yPosition; | ^ -
gui/skins2/parser/../controls/ctrl_checkbox.hpp:112:18: warning: 'CtrlCheckbox::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 112 | virtual void onUpdate( Subject<AnimBitmap> &rBitmap, void* ); | ^ -
gui/skins2/parser/../controls/ctrl_image.hpp:86:18: warning: 'CtrlImage::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 86 | virtual void onUpdate( Subject<VarString> &rVariable, void* ); | ^ -
gui/skins2/parser/../controls/ctrl_list.hpp:94:18: warning: 'CtrlList::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 94 | virtual void onUpdate( Subject<VarList> &rList, void* ); | ^ -
gui/skins2/parser/../controls/ctrl_list.hpp:97:18: warning: 'CtrlList::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 97 | virtual void onUpdate( Subject<VarPercent> &rPercent, void* ); | ^ -
gui/skins2/parser/../controls/ctrl_slider.hpp:118:18: warning: 'CtrlSliderCursor::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 118 | virtual void onUpdate( Subject<VarPercent> &rVariable, void * ); | ^ -
gui/skins2/parser/../controls/ctrl_slider.hpp:195:18: warning: 'CtrlSliderBg::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 195 | virtual void onUpdate( Subject<VarPercent> &rVariable, void* ); | ^ -
gui/skins2/parser/../controls/ctrl_radialslider.hpp:87:18: warning: 'CtrlRadialSlider::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 87 | virtual void onUpdate( Subject<VarPercent> &rVariable, void* ); | ^ -
gui/skins2/parser/../controls/ctrl_tree.hpp:129:18: warning: 'CtrlTree::onUpdate' hides overloaded virtual function [-Woverloaded-virtual] 129 | virtual void onUpdate( Subject<VarTree, tree_update> &rTree, | ^ -
gui/skins2/x11/x11_dragdrop.hpp:55:10: warning: private field 'm_playOnDrop' is not used [-Wunused-private-field] 55 | bool m_playOnDrop; | ^ -
gui/skins2/x11/x11_window.hpp:92:16: warning: private field 'm_pParent' is not used [-Wunused-private-field] 92 | X11Window *m_pParent; | ^ -
keystore/kwallet.c:621:28: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] 621 | char psz_dbus_name[strlen( KWALLET_APP_ID ) + strlen( DBUS_INSTANCE_PREFIX ) + 5]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
lua/extension.c:1159:54: warning: unused parameter 'p_event' [-Wunused-parameter] 1159 | static void inputItemMetaChanged( const vlc_event_t *p_event, | ^ -
lua/libs/sd.c:449:25: warning: 'playlist_IsServicesDiscoveryLoaded' is deprecated [-Wdeprecated-declarations] 449 | lua_pushboolean( L, playlist_IsServicesDiscoveryLoaded( p_playlist, psz_sd )); | ^ -
meta_engine/ID3Pictures.h:53:5: warning: array designators are a C99 extension [-Wc99-designator] 53 | [ID3_PICTURE_OTHER] = 0, | ^~~~~~~~~~~~~~~~~~~ -
mux/dummy.c:167:19: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 167 | i_count = block_FifoCount( p_fifo ); | ^ -
mux/asf.c:1001:28: warning: variable 'i_dst_num' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized] 1001 | for( size_t i = 0; i < vlc_array_count( &p_sys->tracks ); i++ ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
mux/asf.c:1001:28: warning: variable 'i_dst_den' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized] 1001 | for( size_t i = 0; i < vlc_array_count( &p_sys->tracks ); i++ ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
meta_engine/taglib.cpp:176:24: warning: 'File' is deprecated [-Wdeprecated-declarations] 176 | return new T(s, ID3v2::FrameFactory::instance(), false, AudioProperties::Fast); | ^ -
mux/avi.c:516:19: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 516 | i_count = block_FifoCount( p_fifo ); | ^ -
mux/avi.c:523:17: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] 523 | if( block_FifoCount( p_fifo ) > 0 ) | ^ -
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); | ^ -
services_discovery/upnp.cpp:1597:14: warning: unused function 'getIpv4ForMulticast' [-Wunused-function] 1597 | static char *getIpv4ForMulticast() | ^~~~~~~~~~~~~~~~~~~ -
spu/logo.c:548:30: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] 548 | p_sys->i_pos_x = VLC_CLIP( p_sys->i_pos_x + i_dx, 0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 549 | p_filter->fmt_in.video.i_width - i_logo_w ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
spu/logo.c:550:30: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] 550 | p_sys->i_pos_y = VLC_CLIP( p_sys->i_pos_y + i_dy, 0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 551 | p_filter->fmt_in.video.i_height - i_logo_h ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
video_filter/adjust.c:299:37: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare] 299 | pi_luma[ i ] = pi_gamma[VLC_CLIP( (int)(i_lum + i_cont * i / i_range), 0, i_max )]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
video_filter/scale.c:75:2: warning: Converter cannot (really) change output format. [-W#warnings] 75 | #warning Converter cannot (really) change output format. | ^ -
video_filter/scale.c:95:2: warning: Converter cannot (really) change output format. [-W#warnings] 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' 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' 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 [-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 [-Wabsolute-value] 90 | if ( abs ( f_bez_y ) > ( ( ((float)i_width) - f_bez_x ) * ( 0.9 * ((float)i_lines) / ((float)i_width) ) ) ) | ^ -
visualization/glspectrum.c:453:52: warning: implicit conversion from 'uint64_t' (aka 'unsigned long') to 'float' changes value from 140728898551808 to 140728898420736 [-Wimplicit-const-int-float-conversion] 453 | p_dest[i] = p_output[i] * UINT16_MAX / FFT_SCALING_VALUE; | ~ ^~~~~~~~~~~~~~~~~ -
visualization/visual/effects.c:221:48: warning: implicit conversion from 'uint64_t' (aka 'unsigned long') to 'float' changes value from 140728898551808 to 140728898420736 [-Wimplicit-const-int-float-conversion] 221 | p_dest[i] = p_output[i] * UINT16_MAX / FFT_SCALING_VALUE; | ~ ^~~~~~~~~~~~~~~~~ -
video_output/wayland/shell.c:197:1: warning: missing field 'name' initializer [-Wmissing-field-initializers] 197 | }; | ^ -
media_list.c:255:2: warning: Missing error handling! [-W#warnings] 255 | #warning Missing error handling! | ^