Guest User

Untitled

a guest
Dec 10th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. c++ -o nsTimerImpl.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include /home/chrisf/Code/mozilla-central/config/gcc_hidden.h -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -DOSARCH=Linux -D_IMPL_NS_COM -I/home/chrisf/Code/mozilla-central/xpcom/threads/../components -I/home/chrisf/Code/mozilla-central/xpcom/threads -I. -I../../dist/include -I../../dist/include/nsprpub -I/home/chrisf/Code/mozilla-central/objdif-ff-debug/dist/include/nspr -I/home/chrisf/Code/mozilla-central/objdif-ff-debug/dist/include/nss -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -std=gnu++0x -pthread -ffunction-sections -fdata-sections -pipe -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/nsTimerImpl.pp /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.cpp
  2. In file included from /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.cpp:41:0:
  3. /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.h: In member function ‘bool nsTimerImpl::IsRepeating() const’:
  4. /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.h:118:5: warning: comparison between ‘enum nsITimer::<anonymous>’ and ‘enum nsITimer::<anonymous>’ [-Wenum-compare]
  5. /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.h:119:5: warning: comparison between ‘enum nsITimer::<anonymous>’ and ‘enum nsITimer::<anonymous>’ [-Wenum-compare]
  6. /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.h:120:5: warning: comparison between ‘enum nsITimer::<anonymous>’ and ‘enum nsITimer::<anonymous>’ [-Wenum-compare]
  7. In file included from /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.h:50:0,
  8. from /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.cpp:41:
  9. ../../dist/include/nsCOMPtr.h: At global scope:
  10. ../../dist/include/nsCOMPtr.h: In instantiation of ‘nsCOMPtr_base::nsDerivedSafe<nsTimerEvent>’:
  11. /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.cpp:540:10: instantiated from here
  12. ../../dist/include/nsCOMPtr.h:436:7: error: deleted function ‘virtual nsCOMPtr_base::nsDerivedSafe<nsTimerEvent>::~nsDerivedSafe()’
  13. /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.cpp:491:3: error: overriding non-deleted function ‘virtual nsTimerEvent::~nsTimerEvent()’
  14. ../../dist/include/nsCOMPtr.h:436:7: error: ‘virtual nsCOMPtr_base::nsDerivedSafe<nsTimerEvent>::~nsDerivedSafe()’ is implicitly deleted because the default definition would be ill-formed:
  15. /home/chrisf/Code/mozilla-central/xpcom/threads/nsTimerImpl.cpp:491:3: error: ‘virtual nsTimerEvent::~nsTimerEvent()’ is private
  16. ../../dist/include/nsCOMPtr.h:436:7: error: within this context
Add Comment
Please, Sign In to add comment