^~~~~ input/es_out.h: In function 'es_out_GetGroupForced': input/es_out.h:167:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group ); ^~~~~ input/es_out.h: In function 'es_out_Eos': input/es_out.h:173:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS ); ^~~~~ input/es_out_timeshift.c: In function 'TsChangePause': input/es_out_timeshift.c:933:51: warning: unused parameter 'b_source_paused' [-Wunused-parameter] static int TsChangePause( ts_thread_t *p_ts, bool b_source_paused, bool b_paused, mtime_t i_date ) ^~~~~~~~~~~~~~~ input/decoder.c: In function 'DecoderThread': input/decoder.c:1540:10: warning: variable 'paused' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] bool paused = false; ^~~~~~ input/es_out_timeshift.c: In function 'TsRun': input/es_out_timeshift.c:986:13: warning: variable 'i_buffering_date' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] mtime_t i_buffering_date = -1; ^~~~~~~~~~~~~~~~ CC input/input.lo CC input/meta.lo In file included from input/input.c:40:0: input/es_out.h: In function 'es_out_SetMode': input/es_out.h:95:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_MODE, i_mode ); ^~~~~ input/es_out.h: In function 'es_out_GetWakeup': input/es_out.h:101:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_WAKE_UP, &i_wu ); ^~~~~ input/es_out.h: In function 'es_out_GetBuffering': input/es_out.h:109:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_BUFFERING, &b ); ^~~~~ input/es_out.h: In function 'es_out_GetEmpty': input/es_out.h:117:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_EMPTY, &b ); ^~~~~ input/es_out.h: In function 'es_out_SetDelay': input/es_out.h:124:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_DELAY, i_cat, i_delay ); ^~~~~ input/es_out.h: In function 'es_out_SetTimes': input/es_out.h:149:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_TIMES, f_position, i_time, i_length ); ^~~~~ input/es_out.h: In function 'es_out_SetJitter': input/es_out.h:155:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_JITTER, ^~~~~ input/es_out.h: In function 'es_out_GetGroupForced': input/es_out.h:167:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_GET_GROUP_FORCED, &i_group ); ^~~~~ input/es_out.h: In function 'es_out_Eos': input/es_out.h:173:9: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = es_out_Control( p_out, ES_OUT_SET_EOS ); ^~~~~ input/input.c: In function 'InitTitle': input/input.c:909:19: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] priv->title = p_master->title; ^ In file included from ../include/vlc_common.h:409:0, from input/es_out.c:34: input/es_out.c: In function 'EsOutDel': ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay #define msleep(d) msleep(check_delay(d)) ^~~~~~~~~~~~~~~~~~~~~~ input/es_out.c:2176:13: note: in expansion of macro 'msleep' msleep( 20*1000 ); ^~~~~~ CC input/resource.lo CC input/services_discovery.lo CC input/stats.lo CC input/stream.lo CC input/stream_fifo.lo CC input/stream_extractor.lo CC input/stream_filter.lo CC input/stream_memory.lo CC input/subtitles.lo CC input/var.lo CC audio_output/common.lo CC audio_output/dec.lo CC audio_output/filters.lo CC audio_output/output.lo CC audio_output/volume.lo audio_output/filters.c: In function 'CreateFilter': audio_output/filters.c:49:58: warning: unused parameter 'const_fmt' [-Wunused-parameter] config_chain_t *cfg, bool const_fmt) ^~~~~~~~~ CC video_output/control.lo CC video_output/display.lo CC video_output/inhibit.lo CC video_output/interlacing.lo In file included from video_output/display.c:46:0: video_output/event.h: In function 'vout_SendEventClose': video_output/event.h:42:2: warning: #warning FIXME: implement video close event [-Wcpp] #warning FIXME: implement video close event ^~~~~~~ video_output/display.c: In function 'VideoBufferNew': video_output/display.c:56:27: warning: unused variable 'fmt' [-Wunused-variable] const video_format_t *fmt = &filter->fmt_out.video; ^~~ video_output/display.c: In function 'vout_display_New': video_output/display.c:103:5: warning: 'manage' is deprecated [-Wdeprecated-declarations] vd->manage = NULL; ^~ In file included from video_output/display.c:34:0: ../include/vlc_vout_display.h:333:18: note: declared here void (*manage)(vout_display_t *) VLC_DEPRECATED; ^~~~~~ video_output/display.c: In function 'vout_display_Manage': video_output/display.c:151:5: warning: 'manage' is deprecated [-Wdeprecated-declarations] if (vd->manage) ^~ In file included from video_output/display.c:34:0: ../include/vlc_vout_display.h:333:18: note: declared here void (*manage)(vout_display_t *) VLC_DEPRECATED; ^~~~~~ video_output/display.c:152:9: warning: 'manage' is deprecated [-Wdeprecated-declarations] vd->manage(vd); ^~ In file included from video_output/display.c:34:0: ../include/vlc_vout_display.h:333:18: note: declared here void (*manage)(vout_display_t *) VLC_DEPRECATED; ^~~~~~ video_output/display.c: In function 'vout_ManageDisplay': video_output/display.c:756:13: warning: 'VOUT_DISPLAY_HIDE_MOUSE' is deprecated [-Wdeprecated-declarations] vout_display_Control(vd, VOUT_DISPLAY_HIDE_MOUSE); ^~~~~~~~~~~~~~~~~~~~ In file included from video_output/display.c:34:0: ../include/vlc_vout_display.h:144:5: note: declared here VOUT_DISPLAY_HIDE_MOUSE VLC_DEPRECATED_ENUM, ^~~~~~~~~~~~~~~~~~~~~~~ CC video_output/snapshot.lo video_output/display.c: In function 'SplitterPrepare': video_output/display.c:1337:43: warning: unused parameter 'subpicture' [-Wunused-parameter] subpicture_t *subpicture) ^~~~~~~~~~ video_output/display.c: In function 'SplitterDisplay': video_output/display.c:1358:43: warning: unused parameter 'subpicture' [-Wunused-parameter] subpicture_t *subpicture) ^~~~~~~~~~ video_output/display.c: In function 'vout_NewSplitter': video_output/display.c:1464:5: warning: 'manage' is deprecated [-Wdeprecated-declarations] wrapper->manage = SplitterManage; ^~~~~~~ In file included from video_output/display.c:34:0: ../include/vlc_vout_display.h:333:18: note: declared here void (*manage)(vout_display_t *) VLC_DEPRECATED; ^~~~~~ CC video_output/video_output.lo video_output/display.c: In function 'VoutDisplayCreateRender': video_output/display.c:443:9: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] int ret; ^~~ CC video_output/video_text.lo CC video_output/video_epg.lo CC video_output/video_widgets.lo CC video_output/vout_subpictures.lo CC video_output/window.lo CC video_output/opengl.lo In file included from video_output/window.c:130:0: video_output/event.h: In function 'vout_SendEventClose': video_output/event.h:42:2: warning: #warning FIXME: implement video close event [-Wcpp] #warning FIXME: implement video close event ^~~~~~~ CC video_output/vout_intf.lo CC video_output/vout_wrapper.lo CC network/getaddrinfo.lo CC network/http_auth.lo CC network/httpd.lo CC network/io.lo CC network/tcp.lo CC network/udp.lo CC network/rootbind.lo CC network/tls.lo CC text/charset.lo CC text/memstream.lo CC text/strings.lo network/tls.c: In function 'vlc_tls_ClientSessionCreate': network/tls.c:146:16: warning: variable 'session' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] vlc_tls_t *session; ^~~~~~~ CC text/unicode.lo CC text/url.lo CC text/filesystem.lo network/httpd.c: In function 'httpdLoop': network/httpd.c:1686:14: warning: variable 'nfd' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] unsigned nfd; ^~~ CC text/iso_lang.lo CC misc/actions.lo CC misc/background_worker.lo CC misc/md5.lo CC misc/probe.lo CC misc/rand.lo CC misc/mtime.lo CC misc/block.lo CC misc/fifo.lo CC misc/fourcc.lo CC misc/es_format.lo CC misc/picture.lo CC misc/picture_fifo.lo misc/picture.c: In function 'picture_Hold': misc/picture.c:300:15: warning: unused variable 'refs' [-Wunused-variable] uintptr_t refs = atomic_fetch_add( &priv->gc.refs, 1 ); ^~~~ CC misc/picture_pool.lo CC misc/interrupt.lo CC misc/keystore.lo CC misc/renderer_discovery.lo misc/interrupt.c: In function 'vlc_poll_i11e_inner': misc/interrupt.c:353:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd[0], &dummy, sizeof (dummy)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc/interrupt.c: In function 'vlc_poll_i11e_wake': misc/interrupt.c:294:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd[1], &value, sizeof (value)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC misc/threads.lo CC misc/cpu.lo CC misc/epg.lo CC misc/exit.lo CC misc/events.lo CC misc/image.lo CC misc/messages.lo CC misc/mime.lo CC misc/objects.lo CC misc/objres.lo CC misc/variables.lo CC misc/error.lo CC misc/xml.lo misc/variables.c: In function 'var_SetChecked': misc/variables.c:723:25: warning: unused parameter 'expected_type' [-Wunused-parameter] int expected_type, vlc_value_t val ) ^~~~~~~~~~~~~ misc/variables.c: In function 'var_GetChecked': misc/variables.c:782:25: warning: unused parameter 'expected_type' [-Wunused-parameter] int expected_type, vlc_value_t *p_val ) ^~~~~~~~~~~~~ CC misc/addons.lo CC misc/filter.lo CC misc/filter_chain.lo CC misc/httpcookies.lo CC misc/fingerprinter.lo CC misc/text_style.lo CC misc/subpicture.lo CC posix/filesystem.lo CC posix/plugin.lo CC posix/rand.lo CC posix/timer.lo CC posix/dirs.lo CC posix/error.lo CC posix/netconf.lo CC posix/specific.lo CC posix/thread.lo CC linux/cpu.lo CC linux/dirs.lo CC linux/thread.lo CC stream_output/sap.lo CC stream_output/sdp.lo CC stream_output/stream_output.lo stream_output/stream_output.c: In function 'sout_MuxDeleteStream': stream_output/stream_output.c:493:6: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] && block_FifoCount( p_input->p_fifo ) > 0 ) ^~ In file included from stream_output/stream_output.c:47:0: ../include/vlc_block.h:477:16: note: declared here VLC_API size_t block_FifoCount(block_fifo_t *) VLC_USED VLC_DEPRECATED; ^~~~~~~~~~~~~~~ In file included from ../include/vlc_common.h:783:0, from stream_output/stream_output.c:36: ../include/vlc_arrays.h:93:13: warning: declaration of 'i_index' shadows a previous local [-Wshadow=compatible-local] int i_index; \ ^ stream_output/stream_output.c:507:9: note: in expansion of macro 'TAB_REMOVE' TAB_REMOVE( p_mux->i_nb_inputs, p_mux->pp_inputs, p_input ); ^~~~~~~~~~ stream_output/stream_output.c:490:9: note: shadowed declaration is here int i_index; ^~~~~~~ stream_output/stream_output.c: In function 'sout_MuxGetStream': stream_output/stream_output.c:574:9: warning: 'block_FifoCount' is deprecated [-Wdeprecated-declarations] if( block_FifoCount( p_input->p_fifo ) < i_blocks ) ^~ In file included from stream_output/stream_output.c:47:0: ../include/vlc_block.h:477:16: note: declared here VLC_API size_t block_FifoCount(block_fifo_t *) VLC_USED VLC_DEPRECATED; ^~~~~~~~~~~~~~~ CCLD libvlccore.la Making all in modules /usr/bin/make all-recursive Making all in . CC access/libcdda_plugin_la-cdda.lo CC access/liblibbluray_plugin_la-bluray.lo CC access/ftp.lo CC access/http.lo CXX access/liblive555_plugin_la-live555.lo CC access/tcp.lo CC access/udp.lo CC access/satip.lo In file included from ../include/vlc_threads.h:236:0, from ../include/vlc_common.h:409, from access/satip.c:34: access/satip.c: In function 'satip_thread': ../include/vlc_threads.h:975:43: warning: variable '__cancel_routine' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] # define vlc_cleanup_push( routine, arg ) pthread_cleanup_push (routine, arg) ^ access/satip.c:464:9: note: in expansion of macro 'vlc_cleanup_push' vlc_cleanup_push(satip_cleanup_blocks, input_blocks); ^~~~~~~~~~~~~~~~ In file included from ../include/vlc_common.h:409:0, from access/satip.c:34: In function 'satip_teardown', inlined from 'satip_open' at access/satip.c:796:5: CC access/concat.lo ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay #define msleep(d) msleep(check_delay(d)) ^~~~~~~~~~~~~~~~~~~~~~ access/satip.c:417:13: note: in expansion of macro 'msleep' msleep(150000); ^~~~~~ In function 'satip_teardown', inlined from 'satip_close' at access/satip.c:820:5: ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay #define msleep(d) msleep(check_delay(d)) ^~~~~~~~~~~~~~~~~~~~~~ access/satip.c:417:13: note: in expansion of macro 'msleep' msleep(150000); ^~~~~~ CC audio_filter/stereo_widen.lo CC audio_filter/converter/libaudio_format_plugin_la-format.lo In file included from ../include/vlc_common.h:409:0, from access/bluray.c:43: access/bluray.c: In function 'blurayDemux': ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay #define msleep(d) msleep(check_delay(d)) ^~~~~~~~~~~~~~~~~~~~~~ access/bluray.c:2898:13: note: in expansion of macro 'msleep' msleep( 40000 ); ^~~~~~ In function 'blurayStillImage', inlined from 'blurayHandleEvent' at access/bluray.c:2770:9, inlined from 'blurayDemux' at access/bluray.c:2912:13: ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay #define msleep(d) msleep(check_delay(d)) ^~~~~~~~~~~~~~~~~~~~~~ access/bluray.c:2582:5: note: in expansion of macro 'msleep' msleep( 40000 ); ^~~~~~ In function 'blurayHandleEvent', inlined from 'blurayDemux' at access/bluray.c:2912:13: ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay #define msleep(d) msleep(check_delay(d)) ^~~~~~~~~~~~~~~~~~~~~~ access/bluray.c:2789:9: note: in expansion of macro 'msleep' msleep( 40000 ); ^~~~~~ In function 'blurayStillImage', inlined from 'blurayHandleEvent' at access/bluray.c:2770:9, inlined from 'blurayDemux' at access/bluray.c:2916:13: ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay #define msleep(d) msleep(check_delay(d)) ^~~~~~~~~~~~~~~~~~~~~~ access/bluray.c:2582:5: note: in expansion of macro 'msleep' msleep( 40000 ); ^~~~~~ In function 'blurayHandleEvent', inlined from 'blurayDemux' at access/bluray.c:2916:13: ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay #define msleep(d) msleep(check_delay(d)) ^~~~~~~~~~~~~~~~~~~~~~ access/bluray.c:2789:9: note: in expansion of macro 'msleep' msleep( 40000 ); ^~~~~~ CC codec/stl.lo CC codec/subsdec.lo CC codec/subsusf.lo codec/subsdec.c: In function 'ParseSubtitles': codec/subsdec.c:901:23: warning: declaration of 'psz_tagname' shadows a previous local [-Wshadow=compatible-local] char* psz_tagname = GetTag( &psz_subtitle, true ); ^~~~~~~~~~~ codec/subsdec.c:763:19: note: shadowed declaration is here char *psz_tagname = GetTag( &psz_subtitle, false ); ^~~~~~~~~~~ CC codec/ttml/ttml.lo CC demux/libwebvtt_plugin_la-webvtt.lo demux/webvtt.c: In function 'demux_Range': demux/webvtt.c:343:73: warning: unused parameter 'i_end' [-Wunused-parameter] static block_t *demux_Range( demux_t *p_demux, mtime_t i_start, mtime_t i_end ) ^~~~~ CC codec/webvtt/libwebvtt_plugin_la-CSSGrammar.lo CC codec/webvtt/libwebvtt_plugin_la-CSSLexer.lo CC codec/webvtt/libwebvtt_plugin_la-css_parser.lo CC codec/webvtt/libwebvtt_plugin_la-css_style.lo codec/webvtt/CSSLexer.c: In function 'yy_get_next_buffer': codec/webvtt/CSSLexer.c:1596:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( n = 0; n < max_size && \ ^ codec/webvtt/CSSLexer.c:2193:3: note: in expansion of macro 'YY_INPUT' YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^~~~~~~~ CC codec/svcdsub.lo CC codec/t140.lo CC codec/textst.lo CC codec/substx3g.lo CC codec/libopus_plugin_la-opus.lo CC codec/libopus_plugin_la-opus_header.lo codec/substx3g.c: In function 'SegmentDoSplit': codec/substx3g.c:179:15: warning: declaration of 'psz_text' shadows a previous local [-Wshadow=compatible-local] char* psz_text = str8indup( p_segment->s->psz_text, i_end + 1, p_segment->i_size - i_end - 1 ); ^~~~~~~~ codec/substx3g.c:170:11: note: shadowed declaration is here char* psz_text = str8indup( p_segment->s->psz_text, i_start, i_end - i_start + 1 ); ^~~~~~~~ CC codec/libvorbis_plugin_la-vorbis.lo CC codec/liboggspots_plugin_la-oggspots.lo CC codec/libvpx_plugin_la-vpx.lo codec/oggspots.c: In function 'ProcessHeader': codec/oggspots.c:270:15: warning: declaration of 'p_extra' shadows a previous local [-Wshadow=local] void* p_extra = realloc(p_dec->fmt_out.p_extra, ^~~~~~~ codec/oggspots.c:200:20: note: shadowed declaration is here const uint8_t* p_extra; ^~~~~~~ codec/oggspots.c: In function 'DecodePacket': codec/oggspots.c:385:5: warning: ignoring return value of 'decoder_UpdateVideoFormat', declared with attribute warn_unused_result [-Wunused-result] decoder_UpdateVideoFormat(p_dec); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ codec/vpx.c:119:23: error: 'VPX_IMG_FMT_444A' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_I440'? { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_I440 codec/vpx.c:120:23: error: 'VPX_IMG_FMT_YUY2' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_YV12'? { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_YV12 CC demux/libflacsys_plugin_la-flac.lo codec/vpx.c:121:23: error: 'VPX_IMG_FMT_UYVY' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_YUY2'? { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_YUY2 codec/vpx.c:122:23: error: 'VPX_IMG_FMT_YVYU' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_UYVY'? { VLC_CODEC_YVYU, VPX_IMG_FMT_YVYU, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_UYVY codec/vpx.c:124:24: error: 'VPX_IMG_FMT_RGB555' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_YVYU'? { VLC_CODEC_RGB15, VPX_IMG_FMT_RGB555, 8, 0 }, ^~~~~~~~~~~~~~~~~~ VPX_IMG_FMT_YVYU codec/vpx.c:125:24: error: 'VPX_IMG_FMT_RGB565' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_RGB555'? { VLC_CODEC_RGB16, VPX_IMG_FMT_RGB565, 8, 0 }, ^~~~~~~~~~~~~~~~~~ VPX_IMG_FMT_RGB555 codec/vpx.c:126:24: error: 'VPX_IMG_FMT_RGB24' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_RGB565'? { VLC_CODEC_RGB24, VPX_IMG_FMT_RGB24, 8, 0 }, ^~~~~~~~~~~~~~~~~ VPX_IMG_FMT_RGB565 codec/vpx.c:127:24: error: 'VPX_IMG_FMT_RGB32' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_RGB24'? { VLC_CODEC_RGB32, VPX_IMG_FMT_RGB32, 8, 0 }, ^~~~~~~~~~~~~~~~~ VPX_IMG_FMT_RGB24 codec/vpx.c:129:23: error: 'VPX_IMG_FMT_ARGB' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_RGB32'? { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 }, ^~~~~~~~~~~~~~~~ VPX_IMG_FMT_RGB32 codec/vpx.c:130:23: error: 'VPX_IMG_FMT_ARGB_LE' undeclared here (not in a function); did you mean 'VPX_IMG_FMT_ARGB'? { VLC_CODEC_BGRA, VPX_IMG_FMT_ARGB_LE, 8, 0 }, ^~~~~~~~~~~~~~~~~~~ VPX_IMG_FMT_ARGB make[6]: *** [codec/libvpx_plugin_la-vpx.lo] Error 1 make[6]: *** Waiting for unfinished jobs.... demux/flac.c: In function 'GetPacketizedBlock': demux/flac.c:230:17: warning: unused variable 'i_ret' [-Wunused-variable] int i_ret = FLAC_ParseSyncInfo( p_block->p_buffer, streaminfo, NULL, &headerinfo ); ^~~~~ demux/flac.c: In function 'Demux': demux/flac.c:233:28: warning: 'headerinfo.i_pts' may be used uninitialized in this function [-Wmaybe-uninitialized] p_block->i_dts = p_block->i_pts = headerinfo.i_pts; ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ demux/flac.c:229:37: note: 'headerinfo.i_pts' was declared here struct flac_header_info headerinfo; ^~~~~~~~~~ demux/flac.c: In function 'ControlSetTime': demux/flac.c:233:28: warning: 'headerinfo.i_pts' may be used uninitialized in this function [-Wmaybe-uninitialized] p_block->i_dts = p_block->i_pts = headerinfo.i_pts; ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ demux/flac.c:229:37: note: 'headerinfo.i_pts' was declared here struct flac_header_info headerinfo; ^~~~~~~~~~ make[5]: *** [all-recursive] Error 1 make[4]: *** [all] Error 2 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [/home/buildroot/autobuild/run/instance-0/output/build/vlc-3.0.6/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot'