Advertisement
Guest User

Untitled

a guest
Jul 11th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. qdbusintegrator.cpp: In member function 'void QDBusConnectionPrivate::deliverCall(QObject*, int, const QDBusMessage&, const QList<int>&, int)':
  2. qdbusintegrator.cpp:914:10: warning: variable 'takesMessage' set but not used [-Wunused-but-set-variable]
  3. In file included from ../../include/QtCore/qatomic_generic.h:1:0,
  4. from ../../include/QtCore/../../src/corelib/arch/qatomic_arch.h:64,
  5. from ../../include/QtCore/qatomic_arch.h:1,
  6. from ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:227,
  7. from ../../include/QtCore/qbasicatomic.h:1,
  8. from ../../include/QtCore/../../src/corelib/thread/qatomic.h:46,
  9. from ../../include/QtCore/qatomic.h:1,
  10. from ../../include/QtCore/../../src/corelib/tools/qbytearray.h:45,
  11. from ../../include/QtCore/qbytearray.h:1,
  12. from ../../include/QtCore/../../src/corelib/tools/qstring.h:46,
  13. from ../../include/QtCore/qstring.h:1,
  14. from ../../include/QtCore/../../src/corelib/kernel/qobject.h:48,
  15. from ../../include/QtCore/qobject.h:1,
  16. from ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:45,
  17. from ../../include/QtCore/qcoreapplication.h:1,
  18. from qdbusintegrator.cpp:42:
  19. ../../include/QtCore/../../src/corelib/arch/qatomic_generic.h: In member function 'bool QBasicAtomicPointer<T>::testAndSetOrdered(T*, T*) [with T = const QString]':
  20. qdbusintegrator.cpp:75:1: instantiated from here
  21. ../../include/QtCore/../../src/corelib/arch/qatomic_generic.h:197:88: error: invalid conversion from 'const void*' to 'void*' [-fpermissive]
  22. ../../include/QtCore/../../src/corelib/arch/qatomic_generic.h:108:20: error: initializing argument 2 of 'bool QBasicAtomicPointer_testAndSetOrdered(void* volatile*, void*, void*)' [-fpermissive]
  23. ../../include/QtCore/../../src/corelib/arch/qatomic_generic.h:197:88: error: invalid conversion from 'const void*' to 'void*' [-fpermissive]
  24. ../../include/QtCore/../../src/corelib/arch/qatomic_generic.h:108:20: error: initializing argument 3 of 'bool QBasicAtomicPointer_testAndSetOrdered(void* volatile*, void*, void*)' [-fpermissive]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement