Advertisement
svenhoefer

Untitled

Aug 31st, 2018
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. make[6]: Nothing to be done for 'all'.
  2. Making all in src
  3. CXX bouquets.o
  4. /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/zapit/src/bouquets.cpp: In member function ‘void CBouquetManager::loadWebchannels(int)’:
  5. /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/zapit/src/bouquets.cpp:896:19: warning: declaration of ‘url’ shadows a previous local [-Wshadow]
  6. const char *url = xmlGetAttribute(l1, "url");
  7. ^~~
  8. /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/zapit/src/bouquets.cpp:843:15: note: shadowed declaration is here
  9. std::string url = (*it);
  10. ^~~
  11. /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/zapit/src/bouquets.cpp:996:13: warning: declaration of ‘url’ shadows a previous local [-Wshadow]
  12. char *url = NULL;
  13. ^~~
  14. /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/zapit/src/bouquets.cpp:843:15: note: shadowed declaration is here
  15. std::string url = (*it);
  16. ^~~
  17. /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/zapit/src/bouquets.cpp:1041:17: warning: declaration of ‘url’ shadows a previous local [-Wshadow]
  18. std::string url;
  19. ^~~
  20. /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/zapit/src/bouquets.cpp:843:15: note: shadowed declaration is here
  21. std::string url = (*it);
  22. ^~~
  23. AR libzapit.a
  24. Making all in data
  25. make[6]: Nothing to be done for 'all'.
  26. make[6]: Nothing to be done for 'all-am'.
  27. Making all in gui
  28. ~/ni/buildsystem/source/ni-neutrino-hd ~/ni/buildsystem/build_tmp/ni-neutrino-hd/src/gui
  29. ~/ni/buildsystem/build_tmp/ni-neutrino-hd/src/gui
  30. make all-recursive
  31. Making all in bedit
  32. make[7]: Nothing to be done for 'all'.
  33. Making all in components
  34. make[7]: Nothing to be done for 'all'.
  35. Making all in moviebrowser
  36. make[7]: Nothing to be done for 'all'.
  37. Making all in widget
  38. Making all in yaft
  39. make[8]: Nothing to be done for 'all'.
  40. make[8]: Nothing to be done for 'all-am'.
  41. Making all in lua
  42. make[7]: Nothing to be done for 'all'.
  43. CXX personalize.o
  44. AR libneutrino_gui.a
  45. ~/ni/buildsystem/source/ni-neutrino-hd ~/ni/buildsystem/build_tmp/ni-neutrino-hd/src/gui
  46. ~/ni/buildsystem/build_tmp/ni-neutrino-hd/src/gui
  47. Making all in daemonc
  48. make[5]: Nothing to be done for 'all'.
  49. Making all in driver
  50. Making all in pictureviewer
  51. make[6]: Nothing to be done for 'all'.
  52. Making all in audiodec
  53. make[6]: Nothing to be done for 'all'.
  54. CXX fb_generic.o
  55. AR libneutrino_driver.a
  56. Making all in system
  57. make[6]: Nothing to be done for 'all-am'.
  58. Making all in eitd
  59. make[5]: Nothing to be done for 'all'.
  60. Making all in timerd
  61. make[5]: Nothing to be done for 'all'.
  62. Making all in nhttpd
  63. Making all in yhttpd_core
  64. make[6]: Nothing to be done for 'all'.
  65. Making all in yhttpd_mods
  66. make[6]: Nothing to be done for 'all'.
  67. Making all in tuxboxapi
  68. make[6]: Nothing to be done for 'all'.
  69. make[6]: Nothing to be done for 'all-am'.
  70. CXXLD neutrino
  71. zapit/src/libzapit.a(bouquets.o): In function `CBouquetManager::loadWebchannels(int)':
  72. /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/zapit/src/bouquets.cpp:844: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  73. Making all in data
  74. Making all in fonts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement