Advertisement
Guest User

XBMC-compile

a guest
Jun 21st, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.86 KB | None | 0 0
  1. netclient.c:66:12: warning: ‘nc_do_dump’ defined but not used [-Wunused-variable]
  2.  static int nc_do_dump = 0;
  3.             ^
  4. libXDAAP.c: In function ‘DAAP_ClientHost_GetPlaylistItems’:
  5. libXDAAP.c:1322:10: warning: unused variable ‘assert’ [-Wunused-variable]
  6.      char assert[(sizeof(DAAP_ClientHost_DatabasePlaylistItem) == sizeof(int)) ? 1 : -1];
  7.           ^
  8. libXDAAP.c: In function ‘DAAP_ClientHost_AsyncGetAudioFile’:
  9. libXDAAP.c:1678:33: warning: passing argument 1 of ‘CP_ThreadPool_QueueWorkItem’ from incompatible pointer type [enabled by default]
  10.                                  (void*)pCHThis, (void*)pGetFile);
  11.                                  ^
  12. In file included from libXDAAP.c:62:0:
  13. threadpool.h:48:6: note: expected ‘struct CP_SThreadPool *’ but argument is of type ‘struct CP_SThreadPool *
  14.  void CP_ThreadPool_QueueWorkItem(CP_SThreadPool *pTPThis,
  15.       ^
  16. libXDAAP.c: In function ‘DAAP_ClientHost_AsyncWaitUpdate’:
  17. libXDAAP.c:1833:37: warning: passing argument 1 of ‘CP_ThreadPool_QueueWorkItem’ from incompatible pointer type [enabled by default]
  18.                                      (void*)pCHThis->parent->update_watch, NULL);
  19.                                      ^
  20. In file included from libXDAAP.c:62:0:
  21. threadpool.h:48:6: note: expected ‘struct CP_SThreadPool *’ but argument is of type ‘struct CP_SThreadPool *
  22.  void CP_ThreadPool_QueueWorkItem(CP_SThreadPool *pTPThis,
  23.       ^
  24. libXDAAP.c:1846:33: warning: passing argument 1 of ‘CP_ThreadPool_QueueWorkItem’ from incompatible pointer type [enabled by default]
  25.                                  (void*)pCHThis, NULL);
  26.                                  ^
  27. In file included from libXDAAP.c:62:0:
  28. threadpool.h:48:6: note: expected ‘struct CP_SThreadPool *’ but argument is of type ‘struct CP_SThreadPool *
  29.  void CP_ThreadPool_QueueWorkItem(CP_SThreadPool *pTPThis,
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. AR      xbmc/filesystem/VideoDatabaseDirectory/videodatabasedirectory.a
  38. CPP     xbmc/input/ButtonTranslator.o
  39. CurlFile.cpp: In member function ‘bool XFILE::CCurlFile::CReadState::FillBuffer(unsigned int)’:
  40. CurlFile.cpp:1535:42: warning: narrowing conversion of ‘(time_left / 1000u)’ from ‘unsigned int’ to ‘__time_t {aka long int}’ inside { } is ill-formed in C++11 [-Wnarrowing]
  41.            struct timeval t = { time_left / 1000, (time_left % 1000) * 1000 };
  42.                                           ^
  43. CurlFile.cpp:1535:69: warning: narrowing conversion of ‘((time_left % 1000u) * 1000u)’ from ‘unsigned int’ to ‘__suseconds_t {aka long int}’ inside { } is ill-formed in C++11 [-Wnarrowing]
  44.            struct timeval t = { time_left / 1000, (time_left % 1000) * 1000 };
  45.                                                                      ^
  46. CPP     xbmc/dialogs/GUIDialogSmartPlaylistEditor.o
  47. CPP     xbmc/addons/Skin.o
  48. CPP     xbmc/filesystem/DAAPDirectory.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement