Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. pu/dynamicoverlay/dynamicoverlay_commands.c: In function ‘parser_SetTextAlpha’:
  2. spu/dynamicoverlay/dynamicoverlay_commands.c:234:40: warning: passing argument 2 of ‘parse_digit’ from incompatible pointer type [-Wincompatible-pointer-types]
  3. if( parse_digit( &psz_command, &p_params->fontstyle.i_font_alpha ) == VLC_EGENERIC )
  4. ^
  5. spu/dynamicoverlay/dynamicoverlay_commands.c:92:12: note: expected ‘int32_t * {aka int *}’ but argument is of type ‘uint8_t * {aka unsigned char *}’
  6. static int parse_digit( char **psz_command, int32_t *value )
  7. ^~~~~~~~~~~
  8. spu/dynamicoverlay/dynamicoverlay_commands.c: In function ‘RegisterCommand’:
  9. spu/dynamicoverlay/dynamicoverlay_commands.c:913:17: warning: declaration of ‘i_index’ shadows a previous local [-Wshadow=compatible-local]
  10. for( size_t i_index = 0; i_index < p_sys->i_commands; i_index++ )
  11. ^~~~~~~
  12. spu/dynamicoverlay/dynamicoverlay_commands.c:896:12: note: shadowed declaration is here
  13. size_t i_index = 0;
  14. ^~~~~~~
  15. CC spu/dynamicoverlay/dynamicoverlay.lo
  16. CCLD libdynamicoverlay_plugin.la
  17. CC spu/libremoteosd_plugin_la-remoteosd.lo
  18. CCLD libremoteosd_plugin.la
  19. CC stream_extractor/libarchive_plugin_la-archive.lo
  20. In file included from ../include/vlc_common.h:1245:0,
  21. from stream_extractor/archive.c:28:
  22. stream_extractor/archive.c: In function ‘archive_seek_subentry’:
  23. ../include/vlc_messages.h:79:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  24. vlc_Log(VLC_OBJECT(o), p, vlc_module_name, __FILE__, __LINE__, \
  25. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26. __func__, __VA_ARGS__)
  27. ~~~~~~~~~~~~~~~~~~~~~~
  28. ../include/vlc_messages.h:86:5: note: in expansion of macro ‘msg_Generic’
  29. msg_Generic(p_this, VLC_MSG_WARN, __VA_ARGS__)
  30. ^~~~~~~~~~~
  31. stream_extractor/archive.c:364:13: note: in expansion of macro ‘msg_Warn’
  32. msg_Warn( p_sys->p_obj,
  33. ^~~~~~~~
  34. stream_extractor/archive.c:367:9: note: here
  35. case ARCHIVE_EOF:
  36. ^~~~
  37. CCLD libarchive_plugin.la
  38. CC stream_filter/cache_read.lo
  39. CCLD libcache_read_plugin.la
  40. CC stream_filter/cache_block.lo
  41. CCLD libcache_block_plugin.la
  42. CC stream_filter/decomp.lo
  43. CCLD libdecomp_plugin.la
  44. CC stream_filter/inflate.lo
  45. CCLD libinflate_plugin.la
  46. CC stream_filter/prefetch.lo
  47. stream_filter/prefetch.c: In function ‘Thread’:
  48. stream_filter/prefetch.c:124:10: warning: variable ‘paused’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
  49. bool paused = false;
  50. ^~~~~~
  51. CCLD libprefetch_plugin.la
  52. CC stream_filter/hds/libhds_plugin_la-hds.lo
  53. CCLD libhds_plugin.la
  54. CC stream_filter/record.lo
  55. CCLD librecord_plugin.la
  56. CC stream_filter/adf.lo
  57. CCLD libadf_plugin.la
  58. CC stream_filter/skiptags.lo
  59. CCLD libskiptags_plugin.la
  60. CC text_renderer/tdummy.lo
  61. CCLD libtdummy_plugin.la
  62. CC text_renderer/freetype/libfreetype_plugin_la-platform_fonts.lo
  63. CC text_renderer/freetype/libfreetype_plugin_la-freetype.lo
  64. CC text_renderer/freetype/libfreetype_plugin_la-text_layout.lo
  65. text_renderer/freetype/text_layout.c: In function ‘AnalyzeParagraph’:
  66. 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]
  67. fribidi_get_par_embedding_levels( p_paragraph->p_types,
  68. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69. fribidi_get_par_embedding_levels_ex
  70. text_renderer/freetype/text_layout.c: In function ‘LoadGlyphs’:
  71. text_renderer/freetype/text_layout.c:1133:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  72. if( i_max_run_advance_x > *pi_max_advance_x )
  73. ^
  74. cc1: some warnings being treated as errors
  75. make[4]: *** [Makefile:20347: text_renderer/freetype/libfreetype_plugin_la-text_layout.lo] Error 1
  76. make[4]: uscita dalla directory "/tmp/pamac-build-fabrizio/vlc-git/src/vlc/modules"
  77. make[3]: *** [Makefile:25977: all-recursive] Error 1
  78. make[3]: uscita dalla directory "/tmp/pamac-build-fabrizio/vlc-git/src/vlc/modules"
  79. make[2]: *** [Makefile:11150: all] Error 2
  80. make[2]: uscita dalla directory "/tmp/pamac-build-fabrizio/vlc-git/src/vlc/modules"
  81. make[1]: *** [Makefile:1525: all-recursive] Error 1
  82. make[1]: uscita dalla directory "/tmp/pamac-build-fabrizio/vlc-git/src/vlc"
  83. make: *** [Makefile:1410: all] Error 2
  84. ==> ERRORE: Si è verificato un errore in build().
  85. L'operazione sta per essere interrotta...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement