Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. In file included from ../../../source/gui/CDropDown.h:23,
  2. from ../../../source/gui/CDropDown.cpp:20:
  3. ../../../source/gui/IList.h:4:7: warning: ‘class IList’ has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
  4. 4 | class IList
  5. | ^~~~~
  6. In file included from ../../../source/gui/CDropDown.cpp:20:
  7. ../../../source/gui/CDropDown.h:27:7: warning: base class ‘class IList’ has accessible non-virtual destructor [-Wnon-virtual-dtor]
  8. 27 | class CDropDown : public IList, IGUIObject
  9. | ^~~~~~~~~
  10. In file included from ../../../source/gui/CDropDownImpl.h:4,
  11. from ../../../source/gui/CDropDown.cpp:22:
  12. ../../../source/gui/CListImpl.h:36:7: warning: base class ‘class IList’ has accessible non-virtual destructor [-Wnon-virtual-dtor]
  13. 36 | class CListImpl : public IList, public IGUIScrollBarOwner, public IGUITextOwner
  14. | ^~~~~~~~~
  15. In file included from ../../../source/gui/CDropDown.cpp:22:
  16. ../../../source/gui/CDropDownImpl.h:15:16: error: extra qualification ‘CDropDownImpl::’ on member ‘GetBufferedZ’ [-fpermissive]
  17. 15 | virtual float CDropDownImpl::GetBufferedZ() const;
  18. | ^~~~~~~~~~~~~
  19. In file included from ../../../source/gui/CListSelectionSingleImpl.h:1,
  20. from ../../../source/gui/CDropDown.cpp:23:
  21. ../../../source/gui/IListSelection.h:4:7: warning: ‘class IListSelection’ has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
  22. 4 | class IListSelection
  23. | ^~~~~~~~~~~~~~
  24. In file included from ../../../source/gui/CDropDown.cpp:23:
  25. ../../../source/gui/CListSelectionSingleImpl.h:3:7: warning: base class ‘class IListSelection’ has accessible non-virtual destructor [-Wnon-virtual-dtor]
  26. 3 | class CListSelectionSingleImpl: public IListSelection, IGUIObject
  27. | ^~~~~~~~~~~~~~~~~~~~~~~~
  28. ../../../source/gui/CDropDown.cpp: In member function ‘virtual void CDropDown::SetSelection(IListSelection*)’:
  29. ../../../source/gui/CDropDown.cpp:46:52: warning: unused parameter ‘selection’ [-Wunused-parameter]
  30. 46 | void CDropDown::SetSelection(class IListSelection* selection)
  31. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  32. make[1]: *** [gui.make:183: obj/gui_Release/CDropDown.o] Error 1
  33. make[1]: *** Waiting for unfinished jobs....
  34. In file included from ../../../source/gui/CListImpl.h:23,
  35. from ../../../source/gui/CDropDownImpl.h:4,
  36. from ../../../source/gui/CDropDownImpl.cpp:20:
  37. ../../../source/gui/IList.h:4:7: warning: ‘class IList’ has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
  38. 4 | class IList
  39. | ^~~~~
  40. In file included from ../../../source/gui/CDropDownImpl.h:4,
  41. from ../../../source/gui/CDropDownImpl.cpp:20:
  42. ../../../source/gui/CListImpl.h:36:7: warning: base class ‘class IList’ has accessible non-virtual destructor [-Wnon-virtual-dtor]
  43. 36 | class CListImpl : public IList, public IGUIScrollBarOwner, public IGUITextOwner
  44. | ^~~~~~~~~
  45. In file included from ../../../source/gui/CDropDownImpl.cpp:20:
  46. ../../../source/gui/CDropDownImpl.h:15:16: error: extra qualification ‘CDropDownImpl::’ on member ‘GetBufferedZ’ [-fpermissive]
  47. 15 | virtual float CDropDownImpl::GetBufferedZ() const;
  48. | ^~~~~~~~~~~~~
  49. In file included from ../../../source/gui/CDropDown.h:23,
  50. from ../../../source/gui/CGUI.cpp:29:
  51. ../../../source/gui/IList.h:4:7: warning: ‘class IList’ has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
  52. 4 | class IList
  53. | ^~~~~
  54. In file included from ../../../source/gui/CGUI.cpp:29:
  55. ../../../source/gui/CDropDown.h:27:7: warning: base class ‘class IList’ has accessible non-virtual destructor [-Wnon-virtual-dtor]
  56. 27 | class CDropDown : public IList, IGUIObject
  57. | ^~~~~~~~~
  58. In file included from ../../../source/gui/CGUI.cpp:32:
  59. ../../../source/gui/CListSingle.h:27:7: warning: base class ‘class IList’ has accessible non-virtual destructor [-Wnon-virtual-dtor]
  60. 27 | class CListSingle: public IList, IGUIObject
  61. | ^~~~~~~~~~~
  62. In file included from ../../../source/gui/CGUI.cpp:33:
  63. ../../../source/gui/CListMultiple.h:26:7: warning: base class ‘class IList’ has accessible non-virtual destructor [-Wnon-virtual-dtor]
  64. 26 | class CListMultiple: public IList, IGUIObject
  65. | ^~~~~~~~~~~~~
  66. In file included from ../../../source/gui/CGUI.cpp:34:
  67. ../../../source/gui/COListSingle.h:26:7: warning: base class ‘class IList’ has accessible non-virtual destructor [-Wnon-virtual-dtor]
  68. 26 | class COListSingle: public IList, IGUIObject
  69. | ^~~~~~~~~~~~
  70. In file included from ../../../source/gui/CGUI.cpp:35:
  71. ../../../source/gui/COListMultiple.h:26:7: warning: base class ‘class IList’ has accessible non-virtual destructor [-Wnon-virtual-dtor]
  72. 26 | class COListMultiple: public IList, IGUIObject
  73. | ^~~~~~~~~~~~~~
  74. In file included from ../../../source/gui/CDropDownImpl.cpp:31:
  75. ../../../source/gui/IListSelection.h:4:7: warning: ‘class IListSelection’ has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
  76. 4 | class IListSelection
  77. | ^~~~~~~~~~~~~~
  78. make[1]: *** [gui.make:186: obj/gui_Release/CDropDownImpl.o] Error 1
  79. make: *** [Makefile:127: gui] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement