Advertisement
historic_bruno

Untitled

Nov 10th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. ../../../source/lobby/glooxwrapper/glooxwrapper.cpp:91:30: warning: C++98 requires an
  2. accessible copy constructor for class 'glooxwrapper::IQ' when binding a
  3. reference to a temporary; was private [-Wbind-to-temporary-copy]
  4. return m_Wrapped->handleIq(glooxwrapper::IQ(iq));
  5. ^
  6. ../../../source/lobby/glooxwrapper/glooxwrapper.h:421:15: note: declared private here
  7. NONCOPYABLE(IQ);
  8. ^
  9. /Users/Ben/0ad/build/workspaces/gcc/../../../source/lib/code_annotation.h:228:2: note:
  10. expanded from macro 'NONCOPYABLE'
  11. className(const className&);\
  12. ^
  13. ../../../source/lobby/glooxwrapper/glooxwrapper.cpp:96:25: warning: C++98 requires an
  14. accessible copy constructor for class 'glooxwrapper::IQ' when binding a
  15. reference to a temporary; was private [-Wbind-to-temporary-copy]
  16. m_Wrapped->handleIqID(glooxwrapper::IQ(iq), context);
  17. ^
  18. ../../../source/lobby/glooxwrapper/glooxwrapper.h:421:15: note: declared private here
  19. NONCOPYABLE(IQ);
  20. ^
  21. /Users/Ben/0ad/build/workspaces/gcc/../../../source/lib/code_annotation.h:228:2: note:
  22. expanded from macro 'NONCOPYABLE'
  23. className(const className&);\
  24. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement