Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pu/dynamicoverlay/dynamicoverlay_commands.c: In function ‘parser_SetTextAlpha’:
- spu/dynamicoverlay/dynamicoverlay_commands.c:234:40: warning: passing argument 2 of ‘parse_digit’ from incompatible pointer type [-Wincompatible-pointer-types]
- if( parse_digit( &psz_command, &p_params->fontstyle.i_font_alpha ) == VLC_EGENERIC )
- ^
- spu/dynamicoverlay/dynamicoverlay_commands.c:92:12: note: expected ‘int32_t * {aka int *}’ but argument is of type ‘uint8_t * {aka unsigned char *}’
- static int parse_digit( char **psz_command, int32_t *value )
- ^~~~~~~~~~~
- spu/dynamicoverlay/dynamicoverlay_commands.c: In function ‘RegisterCommand’:
- spu/dynamicoverlay/dynamicoverlay_commands.c:913:17: warning: declaration of ‘i_index’ shadows a previous local [-Wshadow=compatible-local]
- for( size_t i_index = 0; i_index < p_sys->i_commands; i_index++ )
- ^~~~~~~
- spu/dynamicoverlay/dynamicoverlay_commands.c:896:12: note: shadowed declaration is here
- size_t i_index = 0;
- ^~~~~~~
- CC spu/dynamicoverlay/dynamicoverlay.lo
- CCLD libdynamicoverlay_plugin.la
- CC spu/libremoteosd_plugin_la-remoteosd.lo
- CCLD libremoteosd_plugin.la
- CC stream_extractor/libarchive_plugin_la-archive.lo
- In file included from ../include/vlc_common.h:1245:0,
- from stream_extractor/archive.c:28:
- stream_extractor/archive.c: In function ‘archive_seek_subentry’:
- ../include/vlc_messages.h:79:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
- vlc_Log(VLC_OBJECT(o), p, vlc_module_name, __FILE__, __LINE__, \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- __func__, __VA_ARGS__)
- ~~~~~~~~~~~~~~~~~~~~~~
- ../include/vlc_messages.h:86:5: note: in expansion of macro ‘msg_Generic’
- msg_Generic(p_this, VLC_MSG_WARN, __VA_ARGS__)
- ^~~~~~~~~~~
- stream_extractor/archive.c:364:13: note: in expansion of macro ‘msg_Warn’
- msg_Warn( p_sys->p_obj,
- ^~~~~~~~
- stream_extractor/archive.c:367:9: note: here
- case ARCHIVE_EOF:
- ^~~~
- CCLD libarchive_plugin.la
- CC stream_filter/cache_read.lo
- CCLD libcache_read_plugin.la
- CC stream_filter/cache_block.lo
- CCLD libcache_block_plugin.la
- CC stream_filter/decomp.lo
- CCLD libdecomp_plugin.la
- CC stream_filter/inflate.lo
- CCLD libinflate_plugin.la
- CC stream_filter/prefetch.lo
- stream_filter/prefetch.c: In function ‘Thread’:
- stream_filter/prefetch.c:124:10: warning: variable ‘paused’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
- bool paused = false;
- ^~~~~~
- CCLD libprefetch_plugin.la
- CC stream_filter/hds/libhds_plugin_la-hds.lo
- CCLD libhds_plugin.la
- CC stream_filter/record.lo
- CCLD librecord_plugin.la
- CC stream_filter/adf.lo
- CCLD libadf_plugin.la
- CC stream_filter/skiptags.lo
- CCLD libskiptags_plugin.la
- CC text_renderer/tdummy.lo
- CCLD libtdummy_plugin.la
- CC text_renderer/freetype/libfreetype_plugin_la-platform_fonts.lo
- CC text_renderer/freetype/libfreetype_plugin_la-freetype.lo
- CC text_renderer/freetype/libfreetype_plugin_la-text_layout.lo
- text_renderer/freetype/text_layout.c: In function ‘AnalyzeParagraph’:
- text_renderer/freetype/text_layout.c:439:5: error: implicit declaration of function ‘fribidi_get_par_embedding_levels’; did you mean ‘fribidi_get_par_embedding_levels_ex’? [-Werror=implicit-function-declaration]
- fribidi_get_par_embedding_levels( p_paragraph->p_types,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- fribidi_get_par_embedding_levels_ex
- text_renderer/freetype/text_layout.c: In function ‘LoadGlyphs’:
- text_renderer/freetype/text_layout.c:1133:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if( i_max_run_advance_x > *pi_max_advance_x )
- ^
- cc1: some warnings being treated as errors
- make[4]: *** [Makefile:20347: text_renderer/freetype/libfreetype_plugin_la-text_layout.lo] Error 1
- make[4]: uscita dalla directory "/tmp/pamac-build-fabrizio/vlc-git/src/vlc/modules"
- make[3]: *** [Makefile:25977: all-recursive] Error 1
- make[3]: uscita dalla directory "/tmp/pamac-build-fabrizio/vlc-git/src/vlc/modules"
- make[2]: *** [Makefile:11150: all] Error 2
- make[2]: uscita dalla directory "/tmp/pamac-build-fabrizio/vlc-git/src/vlc/modules"
- make[1]: *** [Makefile:1525: all-recursive] Error 1
- make[1]: uscita dalla directory "/tmp/pamac-build-fabrizio/vlc-git/src/vlc"
- make: *** [Makefile:1410: all] Error 2
- ==> ERRORE: Si è verificato un errore in build().
- L'operazione sta per essere interrotta...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement