tar -xf mumble-1.2.15.tar.gz cd src/murmur/ && /usr/bin/qmake /home/djemos/murmur/murmur/src/mumble-1.2.15/src/murmur/murmur.pro CONFIG+=no-client CONFIG+=no-ice -o Makefile cd src/murmur/ && make -f Makefile release make[1]: Entering directory '/home/djemos/murmur/murmur/src/mumble-1.2.15/src/murmur' make -f Makefile.Release make[2]: Entering directory '/home/djemos/murmur/murmur/src/mumble-1.2.15/src/murmur' protoc --cpp_out=. -I. -I.. ../Mumble.proto g++ -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -x c++-header -c murmur_pch.h -o release/murmurd.gch/c++ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/ACL.o ../ACL.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Group.o ../Group.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Channel.o ../Channel.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Connection.o ../Connection.cpp ../Connection.cpp: In member function ‘int Connection::activityTime() const’: ../Connection.cpp:125:30: προειδοποίηση: conversion to ‘int’ from ‘qint64 {aka long long int}’ may alter its value [-Wconversion] return qtLastPacket.elapsed(); ^ ../Connection.cpp: In static member function ‘static void Connection::messageToNetwork(const google::protobuf::Message&, unsigned int, QByteArray&)’: ../Connection.cpp:186:40: προειδοποίηση: conversion to ‘short unsigned int’ from ‘unsigned int’ may alter its value [-Wconversion] qToBigEndian(msgType, & uc[0]); ^ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/User.o ../User.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Timer.o ../Timer.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/CryptState.o ../CryptState.cpp In file included from ../CryptState.cpp:44:0: ../CryptState.cpp: In function ‘void S2(subblock*)’: ../Net.h:95:38: προειδοποίηση: declaration of ‘__out’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:14: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:23: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:38: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:14: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:45: προειδοποίηση: declaration of ‘__in’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:14: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:23: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:45: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:14: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:38: προειδοποίηση: declaration of ‘__out’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:14: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:50: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:38: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:14: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:45: προειδοποίηση: declaration of ‘__in’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:14: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:50: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:45: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:217:14: σημείωση: in expansion of macro ‘SWAPPED’ block[i] = SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:38: προειδοποίηση: declaration of ‘__out’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:218:23: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] = SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:218:32: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] = SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../Net.h:95:38: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:218:23: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] = SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../Net.h:95:45: προειδοποίηση: declaration of ‘__in’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:218:23: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] = SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:218:32: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] = SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../Net.h:95:45: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:218:23: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] = SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../CryptState.cpp: In function ‘void S3(subblock*)’: ../Net.h:95:38: προειδοποίηση: declaration of ‘__out’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:15: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:24: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:38: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:15: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:45: προειδοποίηση: declaration of ‘__in’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:15: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:24: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:45: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:15: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:38: προειδοποίηση: declaration of ‘__out’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:15: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:51: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:38: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:15: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:45: προειδοποίηση: declaration of ‘__in’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:15: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:51: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:45: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:224:15: σημείωση: in expansion of macro ‘SWAPPED’ block[i] ^= SWAPPED((SWAPPED(block[i]) << 1) | (SWAPPED(block[i+1]) >> SHIFTBITS)); ^ ../Net.h:95:38: προειδοποίηση: declaration of ‘__out’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:225:24: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] ^= SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:225:33: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] ^= SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../Net.h:95:38: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:225:24: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] ^= SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../Net.h:95:45: προειδοποίηση: declaration of ‘__in’ shadows a previous local [-Wshadow] #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:225:24: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] ^= SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:225:33: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] ^= SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ ../Net.h:95:45: σημείωση: shadowed declaration is here #define SWAP64(x) ({register quint64 __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;}) ^ ../CryptState.cpp:194:20: σημείωση: in expansion of macro ‘SWAP64’ #define SWAPPED(x) SWAP64(x) ^ ../CryptState.cpp:225:24: σημείωση: in expansion of macro ‘SWAPPED’ block[BLOCKSIZE-1] ^= SWAPPED((SWAPPED(block[BLOCKSIZE-1]) << 1) ^(carry * 0x87)); ^ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/OSInfo.o ../OSInfo.cpp In file included from /usr/lib64/qt/include/QtCore/qnamespace.h:45:0, from /usr/lib64/qt/include/QtCore/qobjectdefs.h:45, from /usr/lib64/qt/include/QtCore/qobject.h:47, from /usr/lib64/qt/include/QtCore/qabstracteventdispatcher.h:45, from /usr/lib64/qt/include/QtCore/QtCore:3, from murmur_pch.h:19: ../OSInfo.cpp: In static member function ‘static QString OSInfo::getMacHash(const QList&)’: ../OSInfo.cpp:71:45: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(const QNetworkAddressEntry &qnae, qni.addressEntries()) { ^ ../OSInfo.cpp:52:2: σημείωση: shadowed declaration is here foreach(const QNetworkInterface &qni, QNetworkInterface::allInterfaces()) { ^ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Net.o ../Net.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/SSL.o ../SSL.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Version.o ../Version.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/main.o main.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Server.o Server.cpp In file included from /usr/lib64/qt/include/QtCore/qnamespace.h:45:0, from /usr/lib64/qt/include/QtCore/qobjectdefs.h:45, from /usr/lib64/qt/include/QtCore/qobject.h:47, from /usr/lib64/qt/include/QtCore/qabstracteventdispatcher.h:45, from /usr/lib64/qt/include/QtCore/QtCore:3, from murmur_pch.h:19: Server.cpp: In member function ‘void Server::readParams()’: Server.cpp:350:31: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(QHostAddress qha, hi.addresses()) { ^ Server.cpp:343:3: σημείωση: shadowed declaration is here foreach(const QString &host, qsHost.split(QRegExp(QLatin1String("\\s+")), QString::SkipEmptyParts)) { ^ Server.cpp: In member function ‘virtual void Server::run()’: Server.cpp:613:12: προειδοποίηση: variable ‘fromlen’ set but not used [-Wunused-but-set-variable] socklen_t fromlen; ^ Server.cpp: In member function ‘void Server::sendMessage(ServerUser*, const char*, int, QByteArray&, bool)’: Server.cpp:849:19: προειδοποίηση: conversion to ‘socklen_t {aka unsigned int}’ from ‘long unsigned int’ may alter its value [-Wconversion] msg.msg_namelen = (u->saiUdpAddress.ss_family == AF_INET6) ? sizeof(struct sockaddr_in6) : sizeof(struct sockaddr_in); ^ Server.cpp:849:19: προειδοποίηση: conversion to ‘socklen_t {aka unsigned int}’ from ‘long unsigned int’ may alter its value [-Wconversion] In file included from /usr/lib64/qt/include/QtCore/qnamespace.h:45:0, from /usr/lib64/qt/include/QtCore/qobjectdefs.h:45, from /usr/lib64/qt/include/QtCore/qobject.h:47, from /usr/lib64/qt/include/QtCore/qabstracteventdispatcher.h:45, from /usr/lib64/qt/include/QtCore/QtCore:3, from murmur_pch.h:19: Server.cpp: In member function ‘void Server::processMsg(ServerUser*, const char*, int)’: Server.cpp:969:17: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(p, l->qlUsers) { ^ Server.cpp:967:4: σημείωση: shadowed declaration is here foreach(Channel *l, chans) { ^ Server.cpp:998:20: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(p, wc->qlUsers) { ^ Server.cpp:989:5: σημείωση: shadowed declaration is here foreach(const WhisperTarget::Channel &wtc, wt.qlChannels) { ^ Server.cpp:1014:21: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(p, tc->qlUsers) { ^ Server.cpp:1012:8: σημείωση: shadowed declaration is here foreach(Channel *tc, channels) { ^ Server.cpp: In member function ‘bool Server::unregisterUser(int)’: Server.cpp:1462:22: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(Group *g, c->qhGroups) { ^ Server.cpp:1452:3: σημείωση: shadowed declaration is here foreach(Channel *c, qhChannels) { ^ Server.cpp: In member function ‘void Server::recheckCodecVersions(ServerUser*)’: Server.cpp:1672:24: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(int version, u->qlCodecs) ^ Server.cpp:1664:2: σημείωση: shadowed declaration is here foreach(ServerUser *u, qhUsers) { ^ Server.cpp: In member function ‘bool Server::canNest(Channel*, Channel*) const’: Server.cpp:1837:63: προειδοποίηση: conversion to ‘int’ from ‘size_t {aka long unsigned int}’ may alter its value [-Wconversion] const int parentLevel = newParent ? newParent->getLevel() : -1; ^ Server.cpp:1838:59: προειδοποίηση: conversion to ‘int’ from ‘size_t {aka long unsigned int}’ may alter its value [-Wconversion] const int channelDepth = channel ? channel->getDepth() : 0; ^ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/ServerUser.o ServerUser.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/ServerDB.o ServerDB.cpp In file included from /usr/lib64/qt/include/QtCore/qnamespace.h:45:0, from /usr/lib64/qt/include/QtCore/qobjectdefs.h:45, from /usr/lib64/qt/include/QtCore/qobject.h:47, from /usr/lib64/qt/include/QtCore/qabstracteventdispatcher.h:45, from /usr/lib64/qt/include/QtCore/QtCore:3, from murmur_pch.h:19: ServerDB.cpp: In member function ‘void Server::updateChannel(const Channel*)’: ServerDB.cpp:1271:16: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(pid, g->qsAdd) { ^ ServerDB.cpp:1259:2: σημείωση: shadowed declaration is here foreach(g, c->qhGroups) { ^ ServerDB.cpp:1279:16: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(pid, g->qsRemove) { ^ ServerDB.cpp:1259:2: σημείωση: shadowed declaration is here foreach(g, c->qhGroups) { ^ ServerDB.cpp: In member function ‘void Server::dumpChannel(const Channel*)’: ServerDB.cpp:1482:16: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(pid, g->qsAdd) ^ ServerDB.cpp:1480:2: σημείωση: shadowed declaration is here foreach(g, c->qhGroups) { ^ ServerDB.cpp:1484:16: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(pid, g->qsRemove) ^ ServerDB.cpp:1480:2: σημείωση: shadowed declaration is here foreach(g, c->qhGroups) { ^ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Register.o Register.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Cert.o Cert.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Messages.o Messages.cpp In file included from /usr/lib64/qt/include/QtCore/qnamespace.h:45:0, from /usr/lib64/qt/include/QtCore/qobjectdefs.h:45, from /usr/lib64/qt/include/QtCore/qobject.h:47, from /usr/lib64/qt/include/QtCore/qabstracteventdispatcher.h:45, from /usr/lib64/qt/include/QtCore/QtCore:3, from murmur_pch.h:19: Messages.cpp: In member function ‘void Server::msgAuthenticate(ServerUser*, MumbleProto::Authenticate&)’: Messages.cpp:265:24: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(Channel *l, c->qhLinks.keys()) ^ Messages.cpp:260:2: σημείωση: shadowed declaration is here foreach(c, chans) { ^ Messages.cpp: In member function ‘void Server::msgACL(ServerUser*, MumbleProto::ACL&)’: Messages.cpp:1232:21: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(int id, g->qsAdd) { ^ Messages.cpp:1222:3: σημείωση: shadowed declaration is here foreach(const QString &name, allnames) { ^ Messages.cpp:1236:21: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(int id, g->qsRemove) { ^ Messages.cpp:1222:3: σημείωση: shadowed declaration is here foreach(const QString &name, allnames) { ^ Messages.cpp:1242:21: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(int id, pg->members()) { ^ Messages.cpp:1222:3: σημείωση: shadowed declaration is here foreach(const QString &name, allnames) { ^ Messages.cpp: In member function ‘void Server::msgUserStats(ServerUser*, MumbleProto::UserStats&)’: Messages.cpp:1589:50: προειδοποίηση: conversion to ‘google::protobuf::uint32 {aka unsigned int}’ from ‘quint64 {aka long long unsigned int}’ may alter its value [-Wconversion] msg.set_udp_packets(pDstServerUser->uiUDPPackets); ^ Messages.cpp:1590:50: προειδοποίηση: conversion to ‘google::protobuf::uint32 {aka unsigned int}’ from ‘quint64 {aka long long unsigned int}’ may alter its value [-Wconversion] msg.set_tcp_packets(pDstServerUser->uiTCPPackets); ^ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Meta.o Meta.cpp In file included from /usr/lib64/qt/include/QtCore/qnamespace.h:45:0, from /usr/lib64/qt/include/QtCore/qobjectdefs.h:45, from /usr/lib64/qt/include/QtCore/qobject.h:47, from /usr/lib64/qt/include/QtCore/qabstracteventdispatcher.h:45, from /usr/lib64/qt/include/QtCore/QtCore:3, from murmur_pch.h:19: Meta.cpp: In member function ‘void MetaParams::read(QString)’: Meta.cpp:195:31: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(QHostAddress qha, hi.addresses()) { ^ Meta.cpp:188:3: σημείωση: shadowed declaration is here foreach(const QString &host, qsHost.split(QRegExp(QLatin1String("\\s+")), QString::SkipEmptyParts)) { ^ Meta.cpp:222:45: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(const QNetworkAddressEntry &qna, qni.addressEntries()) { ^ Meta.cpp:214:3: σημείωση: shadowed declaration is here foreach(const QNetworkInterface &qni, QNetworkInterface::allInterfaces()) { ^ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/RPC.o RPC.cpp In file included from /usr/lib64/qt/include/QtCore/qnamespace.h:45:0, from /usr/lib64/qt/include/QtCore/qobjectdefs.h:45, from /usr/lib64/qt/include/QtCore/qobject.h:47, from /usr/lib64/qt/include/QtCore/qabstracteventdispatcher.h:45, from /usr/lib64/qt/include/QtCore/QtCore:3, from murmur_pch.h:19: RPC.cpp: In member function ‘void Server::sendTextMessage(Channel*, ServerUser*, bool, const QString&)’: RPC.cpp:234:21: προειδοποίηση: declaration of ‘_container_’ shadows a previous local [-Wshadow] foreach(User *p, c->qlUsers) ^ RPC.cpp:233:3: σημείωση: shadowed declaration is here foreach(c, chans) { ^ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/UnixMurmur.o UnixMurmur.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/DBus.o DBus.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/BonjourServiceRegister.o ../bonjour/BonjourServiceRegister.cpp ../bonjour/BonjourServiceRegister.cpp: In member function ‘void BonjourServiceRegister::registerService(const BonjourRecord&, quint16)’: ../bonjour/BonjourServiceRegister.cpp:53:17: προειδοποίηση: conversion to ‘quint16 {aka short unsigned int}’ from ‘int’ may alter its value [-Wconversion] bigEndianPort = 0 | ((servicePort & 0x00ff) << 8) | ((servicePort & 0xff00) >> 8); ^ g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/BonjourServer.o BonjourServer.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/Mumble.pb.o Mumble.pb.cc Mumble.pb.cc: In member function ‘virtual bool MumbleProto::Version::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:1218:22: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "release"); ^ Mumble.pb.cc:1235:17: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "os"); ^ Mumble.pb.cc:1252:25: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "os_version"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::Version::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:1295:16: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "release"); ^ Mumble.pb.cc:1305:11: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "os"); ^ Mumble.pb.cc:1315:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "os_version"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::Version::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:1340:16: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "release"); ^ Mumble.pb.cc:1351:11: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "os"); ^ Mumble.pb.cc:1362:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "os_version"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::Authenticate::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:1831:23: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "username"); ^ Mumble.pb.cc:1848:23: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "password"); ^ Mumble.pb.cc:1866:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "tokens"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::Authenticate::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:1939:17: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "username"); ^ Mumble.pb.cc:1949:17: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "password"); ^ Mumble.pb.cc:1959:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "tokens"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::Authenticate::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:1990:17: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "username"); ^ Mumble.pb.cc:2001:17: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "password"); ^ Mumble.pb.cc:2012:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "tokens"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::Reject::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:2921:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::Reject::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:2965:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::Reject::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:2991:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::ServerConfig::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:3226:27: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "welcome_text"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::ServerConfig::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:3314:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "welcome_text"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::ServerConfig::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:3354:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "welcome_text"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::ServerSync::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:3650:27: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "welcome_text"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::ServerSync::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:3713:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "welcome_text"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::ServerSync::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:3748:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "welcome_text"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::ChannelState::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:4279:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc:4315:26: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "description"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::ChannelState::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:4444:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc:4460:20: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "description"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::ChannelState::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:4518:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc:4535:20: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "description"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::UserRemove::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:4907:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::UserRemove::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:4970:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::UserRemove::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:5005:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::UserState::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:5374:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc:5522:30: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "plugin_identity"); ^ Mumble.pb.cc:5539:22: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "comment"); ^ Mumble.pb.cc:5556:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "hash"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::UserState::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:5660:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc:5717:24: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "plugin_identity"); ^ Mumble.pb.cc:5727:16: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "comment"); ^ Mumble.pb.cc:5737:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "hash"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::UserState::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:5789:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc:5849:24: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "plugin_identity"); ^ Mumble.pb.cc:5860:16: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "comment"); ^ Mumble.pb.cc:5871:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "hash"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::BanList_BanEntry::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:6361:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc:6378:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "hash"); ^ Mumble.pb.cc:6395:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc:6412:20: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "start"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::BanList_BanEntry::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:6476:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc:6486:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "hash"); ^ Mumble.pb.cc:6496:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc:6506:14: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "start"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::BanList_BanEntry::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:6543:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc:6554:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "hash"); ^ Mumble.pb.cc:6565:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc:6576:14: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "start"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::TextMessage::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:7177:22: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "message"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::TextMessage::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:7238:16: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "message"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::TextMessage::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:7281:16: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "message"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::PermissionDenied::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:7634:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc:7671:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::PermissionDenied::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:7724:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc:7740:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::PermissionDenied::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:7775:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "reason"); ^ Mumble.pb.cc:7792:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::ACL_ChanGroup::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:8048:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::ACL_ChanGroup::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:8188:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::ACL_ChanGroup::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:8241:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::ACL_ChanACL::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:8616:20: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "group"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::ACL_ChanACL::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:8704:14: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "group"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::ACL_ChanACL::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:8754:14: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "group"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::QueryUsers::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:9402:20: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "names"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::QueryUsers::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:9447:12: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "names"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::QueryUsers::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:9473:14: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "names"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::ContextActionModify::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:10065:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "action"); ^ Mumble.pb.cc:10082:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "text"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::ContextActionModify::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:10155:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "action"); ^ Mumble.pb.cc:10165:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "text"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::ContextActionModify::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:10196:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "action"); ^ Mumble.pb.cc:10207:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "text"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::ContextAction::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:10487:21: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "action"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::ContextAction::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:10535:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "action"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::ContextAction::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:10565:15: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "action"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::UserList_User::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:10793:19: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::UserList_User::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:10836:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::UserList_User::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:10861:13: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "name"); ^ Mumble.pb.cc: In member function ‘virtual bool MumbleProto::VoiceTarget_Target::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)’: Mumble.pb.cc:11338:20: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "group"); ^ Mumble.pb.cc: In member function ‘virtual void MumbleProto::VoiceTarget_Target::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const’: Mumble.pb.cc:11417:14: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "group"); ^ Mumble.pb.cc: In member function ‘virtual google::protobuf::uint8* MumbleProto::VoiceTarget_Target::SerializeWithCachedSizesToArray(google::protobuf::uint8*) const’: Mumble.pb.cc:11458:14: προειδοποίηση: conversion to ‘int’ from ‘std::basic_string::size_type {aka long unsigned int}’ may alter its value [-Wconversion] "group"); ^ /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd ../ACL.h -o release/moc_ACL.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_ACL.o release/moc_ACL.cpp /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd ../Channel.h -o release/moc_Channel.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_Channel.o release/moc_Channel.cpp /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd ../Connection.h -o release/moc_Connection.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_Connection.o release/moc_Connection.cpp /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd Server.h -o release/moc_Server.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_Server.o release/moc_Server.cpp /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd ServerUser.h -o release/moc_ServerUser.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_ServerUser.o release/moc_ServerUser.cpp /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd Meta.h -o release/moc_Meta.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_Meta.o release/moc_Meta.cpp /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd UnixMurmur.h -o release/moc_UnixMurmur.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_UnixMurmur.o release/moc_UnixMurmur.cpp /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd DBus.h -o release/moc_DBus.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_DBus.o release/moc_DBus.cpp /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd ../bonjour/BonjourServiceRegister.h -o release/moc_BonjourServiceRegister.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_BonjourServiceRegister.o release/moc_BonjourServiceRegister.cpp /usr/lib64/qt/bin/moc -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd BonjourServer.h -o release/moc_BonjourServer.cpp g++ -c -include release/murmurd -pipe -Wfatal-errors -fvisibility=hidden -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -O2 -Wall -W -D_REENTRANT -DRESTRICT=__restrict__ -D_FORTIFY_SOURCE=2 -DMUMBLE_VERSION_STRING=1.2.15 -DMURMUR -DUSE_DBUS -DUSE_BONJOUR -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtXml -I/usr/lib64/qt/include/QtSql -I/usr/lib64/qt/include -I/usr/lib64/qt/include/QtDBus -I../../src -I. -I../bonjour -Irelease -I/usr/include/avahi-compat-libdns_sd -o release/moc_BonjourServer.o release/moc_BonjourServer.cpp g++ -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,-rpath,/usr/lib64/qt/lib -o ../../release/murmurd release/ACL.o release/Group.o release/Channel.o release/Connection.o release/User.o release/Timer.o release/CryptState.o release/OSInfo.o release/Net.o release/SSL.o release/Version.o release/main.o release/Server.o release/ServerUser.o release/ServerDB.o release/Register.o release/Cert.o release/Messages.o release/Meta.o release/RPC.o release/UnixMurmur.o release/DBus.o release/BonjourServiceRegister.o release/BonjourServer.o release/Mumble.pb.o release/moc_ACL.o release/moc_Channel.o release/moc_Connection.o release/moc_Server.o release/moc_ServerUser.o release/moc_Meta.o release/moc_UnixMurmur.o release/moc_DBus.o release/moc_BonjourServiceRegister.o release/moc_BonjourServer.o -L../../release -L/usr/lib64/qt/lib -lprotobuf -lcap -lQtDBus -L/usr/lib64/qt/lib -lssl -lcrypto -ldns_sd -lavahi-common -lavahi-client -lQtSql -lQtXml -lQtNetwork -lQtCore -lpthread make[2]: Leaving directory '/home/djemos/murmur/murmur/src/mumble-1.2.15/src/murmur' make[1]: Leaving directory '/home/djemos/murmur/murmur/src/mumble-1.2.15/src/murmur' cd src/murmur/ && make -f Makefile install make[1]: Entering directory '/home/djemos/murmur/murmur/src/mumble-1.2.15/src/murmur' make -f Makefile.Release install make[2]: Entering directory '/home/djemos/murmur/murmur/src/mumble-1.2.15/src/murmur' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/djemos/murmur/murmur/src/mumble-1.2.15/src/murmur' make[1]: Leaving directory '/home/djemos/murmur/murmur/src/mumble-1.2.15/src/murmur' /home/djemos/murmur/murmur/pkg: σύνολο 12 drwxr-xr-x 4 root root 4096 Απρ 30 12:30 etc drwxr-xr-x 2 root root 4096 Απρ 30 12:30 install drwxr-xr-x 7 root root 4096 Απρ 30 12:30 usr /home/djemos/murmur/murmur/pkg/etc: σύνολο 16 drwxr-xr-x 3 root root 4096 Απρ 30 12:30 dbus-1 -rw-r--r-- 1 root root 7687 Απρ 30 12:30 murmur.ini drwxr-xr-x 2 root root 4096 Απρ 30 12:30 rc.d /home/djemos/murmur/murmur/pkg/etc/dbus-1: σύνολο 4 drwxr-xr-x 2 root root 4096 Απρ 30 12:30 system.d /home/djemos/murmur/murmur/pkg/etc/dbus-1/system.d: σύνολο 4 -rw-r--r-- 1 root root 637 Απρ 30 12:30 murmur.conf /home/djemos/murmur/murmur/pkg/etc/rc.d: σύνολο 4 -rw-r--r-- 1 root root 758 Απρ 30 12:30 rc.murmur /home/djemos/murmur/murmur/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 638 Απρ 30 12:30 slack-desc /home/djemos/murmur/murmur/pkg/usr: σύνολο 20 drwxr-xr-x 2 root root 4096 Απρ 30 12:30 bin drwxr-xr-x 3 root root 4096 Απρ 30 12:30 doc drwxr-xr-x 3 root root 4096 Απρ 30 12:30 lib64 drwxr-xr-x 3 root root 4096 Απρ 30 12:30 man drwxr-xr-x 3 root root 4096 Απρ 30 12:29 src /home/djemos/murmur/murmur/pkg/usr/bin: σύνολο 1000 -rwxr-xr-x 1 root root 1021960 Απρ 30 12:30 murmurd /home/djemos/murmur/murmur/pkg/usr/doc: σύνολο 4 drwxr-xr-x 2 root root 4096 Απρ 30 12:30 murmur-1.2.15 /home/djemos/murmur/murmur/pkg/usr/doc/murmur-1.2.15: σύνολο 396 -rw-r--r-- 1 root root 368728 Απρ 30 12:30 CHANGES -rw-r--r-- 1 root root 4920 Απρ 30 12:30 INSTALL -rw-r--r-- 1 root root 2047 Απρ 30 12:30 LICENSE -rw-r--r-- 1 root root 4680 Απρ 30 12:30 README -rw-r--r-- 1 root root 972 Απρ 30 12:30 README.Linux -rw-r--r-- 1 root root 619 Απρ 30 12:30 README.Slackware -rw-r--r-- 1 root root 1568 Απρ 30 12:30 config-helper.sh /home/djemos/murmur/murmur/pkg/usr/lib64: σύνολο 4 drwxr-xr-x 3 root root 4096 Απρ 30 12:30 systemd /home/djemos/murmur/murmur/pkg/usr/lib64/systemd: σύνολο 4 drwxr-xr-x 2 root root 4096 Απρ 30 12:30 system /home/djemos/murmur/murmur/pkg/usr/lib64/systemd/system: σύνολο 4 -rw-r--r-- 1 root root 182 Απρ 30 12:30 murmur.service /home/djemos/murmur/murmur/pkg/usr/man: σύνολο 4 drwxr-xr-x 2 root root 4096 Απρ 30 12:30 man1 /home/djemos/murmur/murmur/pkg/usr/man/man1: σύνολο 4 -rw-r--r-- 1 root root 624 Απρ 30 12:30 murmurd.1.gz /home/djemos/murmur/murmur/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Απρ 30 12:30 murmur-1.2.15 /home/djemos/murmur/murmur/pkg/usr/src/murmur-1.2.15: σύνολο 24 -rw-r--r-- 1 root root 619 Απρ 30 12:29 README.Slackware -rw-r--r-- 1 root root 2883 Απρ 30 12:30 SLKBUILD -rw-r--r-- 1 root root 1568 Απρ 30 12:29 config-helper.sh -rw-r--r-- 1 root root 637 Απρ 30 12:29 murmur.dbus.conf -rw-r--r-- 1 root root 182 Απρ 30 12:29 murmur.service -rw-r--r-- 1 root root 758 Απρ 30 12:29 rc.murmur Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/djemos/murmur/murmur/murmur-1.2.15-x86_64-1dj.txz ./ etc/ etc/dbus-1/ etc/dbus-1/system.d/ etc/dbus-1/system.d/murmur.conf etc/murmur.ini etc/rc.d/ etc/rc.d/rc.murmur install/ install/slack-desc usr/ usr/src/ usr/src/murmur-1.2.15/ usr/src/murmur-1.2.15/config-helper.sh usr/src/murmur-1.2.15/README.Slackware usr/src/murmur-1.2.15/SLKBUILD usr/src/murmur-1.2.15/murmur.service usr/src/murmur-1.2.15/rc.murmur usr/src/murmur-1.2.15/murmur.dbus.conf usr/lib64/ usr/lib64/systemd/ usr/lib64/systemd/system/ usr/lib64/systemd/system/murmur.service usr/bin/ usr/bin/murmurd usr/man/ usr/man/man1/ usr/man/man1/murmurd.1.gz usr/doc/ usr/doc/murmur-1.2.15/ usr/doc/murmur-1.2.15/config-helper.sh usr/doc/murmur-1.2.15/README.Slackware usr/doc/murmur-1.2.15/CHANGES usr/doc/murmur-1.2.15/README usr/doc/murmur-1.2.15/README.Linux usr/doc/murmur-1.2.15/INSTALL usr/doc/murmur-1.2.15/LICENSE Slackware package /home/djemos/murmur/murmur/murmur-1.2.15-x86_64-1dj.txz created. Package has been built. Cleaning pkg and src directories