<86>Apr 27 15:43:20 userdel[12451]: delete user `rooter' <86>Apr 27 15:43:20 userdel[12451]: remove group `rooter' <86>Apr 27 15:43:20 groupadd[12452]: new group: name=rooter, gid=501 <86>Apr 27 15:43:20 useradd[12453]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 27 15:43:20 userdel[12455]: delete user `builder' <86>Apr 27 15:43:20 userdel[12455]: remove group `builder' <86>Apr 27 15:43:20 groupadd[12456]: new group: name=builder, gid=502 <86>Apr 27 15:43:20 useradd[12457]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash <13>Apr 27 15:43:22 rpmi: gcc-c++-common-1.4.11-alt1 installed <13>Apr 27 15:43:22 rpmi: libstdc++4.3-4.3.2-alt6 installed <13>Apr 27 15:43:23 rpmi: libstdc++4.3-devel-4.3.2-alt6 installed <13>Apr 27 15:43:24 rpmi: gcc4.3-c++-4.3.2-alt6 installed Installing peercast-0.1217-alt1.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.30572 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf peercast-0.1217 + /bin/mkdir -p peercast-0.1217 + cd peercast-0.1217 + echo 'Source #0 (peercast-0.1217-src.tar.bz2):' Source #0 (peercast-0.1217-src.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/peercast-0.1217-src.tar.bz2 + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . + find '(' -name '*.cpp' -o -name '*.h' ')' -print0 + xargs -0 sed -i -e 's,\r$,,' Patch #1 (peercast-ini-location.patch): + echo 'Patch #1 (peercast-ini-location.patch):' + /usr/bin/patch -p1 patching file ui/linux/main.cpp Patch #2 (peercast-amd64.patch): + echo 'Patch #2 (peercast-amd64.patch):' + /usr/bin/patch -p1 patching file core/common/sys.h Hunk #1 succeeded at 324 (offset 2 lines). Patch #3 (peercast-makefile.patch): + echo 'Patch #3 (peercast-makefile.patch):' + /usr/bin/patch -p1 patching file ui/linux/makefile + echo 'Patch #4 (peercast-paths.patch):' Patch #4 (peercast-paths.patch): + /usr/bin/patch -p1 patching file core/common/peercast.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.30572 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd peercast-0.1217 + make -C ui/linux 'CPPFLAGS=-pipe -Wall -O2 -fsigned-char -D_UNIX' LDADD=-lpthread make: Entering directory `/usr/src/RPM/BUILD/peercast-0.1217/ui/linux' gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c main.cpp -o main.o In file included from ../../core/common/channel.h:22, from main.cpp:24: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/channel.h:23, from main.cpp:24: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from main.cpp:24: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from main.cpp:24: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from main.cpp:24: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from main.cpp:26: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here main.cpp: In function 'int main(int, char**)': main.cpp:197: warning: ignoring return value of 'int daemon(int, int)', declared with attribute warn_unused_result ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/http.h:34: warning: 'HTTP_SC_OK' defined but not used ../../core/common/http.h:35: warning: 'HTTP_SC_NOTFOUND' defined but not used ../../core/common/http.h:36: warning: 'HTTP_SC_UNAVAILABLE' defined but not used ../../core/common/http.h:37: warning: 'HTTP_SC_UNAUTHORIZED' defined but not used ../../core/common/http.h:38: warning: 'HTTP_SC_FOUND' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:49: warning: 'HTTP_HS_SERVER' defined but not used ../../core/common/http.h:50: warning: 'HTTP_HS_AGENT' defined but not used ../../core/common/http.h:51: warning: 'HTTP_HS_CONTENT' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:53: warning: 'HTTP_HS_CONNECTION' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:56: warning: 'HTTP_HS_HOST' defined but not used ../../core/common/http.h:57: warning: 'HTTP_HS_ACCEPT' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:60: warning: 'MIME_MP3' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:63: warning: 'MIME_XOGG' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:66: warning: 'MIME_NSV' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:68: warning: 'MIME_ASX' defined but not used ../../core/common/http.h:69: warning: 'MIME_MMS' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:74: warning: 'MIME_WMA' defined but not used ../../core/common/http.h:75: warning: 'MIME_WMV' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:80: warning: 'MIME_TEXT' defined but not used ../../core/common/http.h:81: warning: 'MIME_PLS' defined but not used ../../core/common/http.h:82: warning: 'MIME_XPLS' defined but not used ../../core/common/http.h:83: warning: 'MIME_XSCPLS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:85: warning: 'MIME_M3U' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:88: warning: 'MIME_XPEERCAST' defined but not used ../../core/common/http.h:89: warning: 'MIME_XPCP' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used ../../core/common/version2.h:28: warning: 'PCP_FORCE_YP' defined but not used ../../core/common/version2.h:36: warning: 'PCX_AGENT' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/unix/usys.cpp -o ../../core/unix/usys.o In file included from ../../core/common/stream.h:29, from ../../core/common/socket.h:25, from ../../core/unix/usys.h:26, from ../../core/unix/usys.cpp:33: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/socket.h:25, from ../../core/unix/usys.h:26, from ../../core/unix/usys.cpp:33: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/unix/usocket.cpp -o ../../core/unix/usocket.o In file included from ../../core/common/stream.h:29, from ../../core/common/socket.h:25, from ../../core/unix/usocket.h:24, from ../../core/unix/usocket.cpp:29: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/socket.h:25, from ../../core/unix/usocket.h:24, from ../../core/unix/usocket.cpp:29: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void ../../core/unix/usocket.cpp: In member function 'virtual void UClientSocket::open(Host&)': ../../core/unix/usocket.cpp:162: warning: comparison between signed and unsigned integer expressions ../../core/unix/usocket.cpp: In member function 'virtual void UClientSocket::bind(Host&)': ../../core/unix/usocket.cpp:370: warning: comparison between signed and unsigned integer expressions ../../core/unix/usocket.cpp: In member function 'virtual bool UClientSocket::readReady()': ../../core/unix/usocket.cpp:460: warning: unused variable 'write_fds' gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/socket.cpp -o ../../core/common/socket.o In file included from ../../core/common/stream.h:29, from ../../core/common/socket.h:25, from ../../core/common/socket.cpp:24: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/socket.h:25, from ../../core/common/socket.cpp:24: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/servent.cpp -o ../../core/common/servent.o In file included from ../../core/common/stream.h:29, from ../../core/common/socket.h:25, from ../../core/common/servent.h:25, from ../../core/common/servent.cpp:25: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/socket.h:25, from ../../core/common/servent.h:25, from ../../core/common/servent.cpp:25: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/servent.h:28, from ../../core/common/servent.cpp:25: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/servent.h:28, from ../../core/common/servent.cpp:25: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/servent.h:28, from ../../core/common/servent.cpp:25: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/servent.cpp:32: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here In file included from ../../core/common/servent.cpp:34: ../../core/common/atom.h: In constructor 'AtomStream::AtomStream(Stream&)': ../../core/common/atom.h:205: warning: 'AtomStream::io' will be initialized after ../../core/common/atom.h:204: warning: 'int AtomStream::numChildren' ../../core/common/atom.h:30: warning: when initialized here ../../core/common/servent.cpp: At global scope: ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:57: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:70: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:70: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:70: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:70: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:70: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:70: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:70: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:70: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.h: In constructor 'Servent::Servent(int)': ../../core/common/servent.h:275: warning: 'Servent::outPacketsPri' will be initialized after ../../core/common/servent.h:275: warning: 'GnuPacketBuffer Servent::outPacketsNorm' ../../core/common/servent.cpp:96: warning: when initialized here ../../core/common/servent.h:275: warning: 'Servent::outPacketsNorm' will be initialized after ../../core/common/servent.h:243: warning: 'GnuIDList Servent::seenIDs' ../../core/common/servent.cpp:96: warning: when initialized here ../../core/common/servent.cpp: In member function 'bool Servent::handshakeStream(ChanInfo&)': ../../core/common/servent.cpp:1070: warning: enumeration value 'T_UNKNOWN' not handled in switch ../../core/common/servent.cpp:1070: warning: enumeration value 'T_RAW' not handled in switch ../../core/common/servent.cpp:1070: warning: enumeration value 'T_OGM' not handled in switch ../../core/common/servent.cpp:1070: warning: enumeration value 'T_PLS' not handled in switch ../../core/common/servent.cpp: In member function 'void Servent::processGnutella()': ../../core/common/servent.cpp:1234: warning: enumeration value 'R_PROCESS' not handled in switch ../../core/common/servent.cpp:1304: warning: comparison between signed and unsigned integer expressions ../../core/common/servent.cpp:1315: warning: comparison between signed and unsigned integer expressions ../../core/common/servent.cpp:1197: warning: unused variable 'currBytes' ../../core/common/servent.cpp:1198: warning: unused variable 'lastWait' ../../core/common/servent.cpp: In static member function 'static int Servent::outgoingProc(ThreadInfo*)': ../../core/common/servent.cpp:1957: warning: comparison between signed and unsigned integer expressions ../../core/common/servent.cpp: In member function 'void Servent::sendRawChannel(bool, bool)': ../../core/common/servent.cpp:2279: warning: comparison between signed and unsigned integer expressions ../../core/common/servent.cpp: In member function 'void Servent::sendRawMetaChannel(int)': ../../core/common/servent.cpp:2404: warning: comparison between signed and unsigned integer expressions ../../core/common/servent.cpp:2474: warning: embedded '\0' in format ../../core/common/servent.cpp:2495: warning: comparison between signed and unsigned integer expressions ../../core/common/servent.cpp: In member function 'void Servent::sendPeercastChannel()': ../../core/common/servent.cpp:2519: warning: deprecated conversion from string constant to 'char*' ../../core/common/servent.cpp:2541: warning: deprecated conversion from string constant to 'char*' ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/http.h:38: warning: 'HTTP_SC_FOUND' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:53: warning: 'HTTP_HS_CONNECTION' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:56: warning: 'HTTP_HS_HOST' defined but not used ../../core/common/http.h:57: warning: 'HTTP_HS_ACCEPT' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:80: warning: 'MIME_TEXT' defined but not used ../../core/common/http.h:81: warning: 'MIME_PLS' defined but not used ../../core/common/http.h:82: warning: 'MIME_XPLS' defined but not used ../../core/common/http.h:83: warning: 'MIME_XSCPLS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:85: warning: 'MIME_M3U' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used ../../core/common/version2.h:28: warning: 'PCP_FORCE_YP' defined but not used ../../core/common/version2.h:37: warning: 'PCX_VERSTRING' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/servhs.cpp -o ../../core/common/servhs.o In file included from ../../core/common/stream.h:29, from ../../core/common/socket.h:25, from ../../core/common/servent.h:25, from ../../core/common/servhs.cpp:23: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/socket.h:25, from ../../core/common/servent.h:25, from ../../core/common/servhs.cpp:23: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/servent.h:28, from ../../core/common/servhs.cpp:23: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/servent.h:28, from ../../core/common/servhs.cpp:23: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/servent.h:28, from ../../core/common/servhs.cpp:23: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/servhs.cpp:24: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here ../../core/common/servhs.cpp: In member function 'void Servent::handshakeHTTP(HTTP&, bool)': ../../core/common/servhs.cpp:303: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp: In member function 'void Servent::handshakeCMD(char*)': ../../core/common/servhs.cpp:672: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:672: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:696: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:696: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:701: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:701: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:707: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:707: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:714: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:714: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:720: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:720: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:725: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:742: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:742: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:748: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:780: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:780: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:793: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:984: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:984: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:991: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:1033: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1033: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1037: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:1050: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1050: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1053: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1063: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1082: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1080: warning: unused variable 'findArg' ../../core/common/servhs.cpp:1088: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1088: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1091: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:1107: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1107: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1118: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1118: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1126: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1128: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1136: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1136: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1140: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1140: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1144: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:1158: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1158: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1162: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:1175: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1175: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1179: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:1192: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1192: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1196: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:1223: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1223: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1228: warning: suggest parentheses around assignment used as truth value ../../core/common/servhs.cpp:1244: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1244: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1246: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1249: warning: deprecated conversion from string constant to 'char*' ../../core/common/servhs.cpp:1249: warning: deprecated conversion from string constant to 'char*' ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:50: warning: 'HTTP_HS_AGENT' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/version2.h:37: warning: 'PCX_VERSTRING' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/servmgr.cpp -o ../../core/common/servmgr.o In file included from ../../core/common/stream.h:29, from ../../core/common/socket.h:25, from ../../core/common/servent.h:25, from ../../core/common/servmgr.cpp:22: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/socket.h:25, from ../../core/common/servent.h:25, from ../../core/common/servmgr.cpp:22: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/servent.h:28, from ../../core/common/servmgr.cpp:22: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/servent.h:28, from ../../core/common/servmgr.cpp:22: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/servent.h:28, from ../../core/common/servmgr.cpp:22: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/servmgr.cpp:23: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here In file included from ../../core/common/servmgr.cpp:28: ../../core/common/atom.h: In constructor 'AtomStream::AtomStream(Stream&)': ../../core/common/atom.h:205: warning: 'AtomStream::io' will be initialized after ../../core/common/atom.h:204: warning: 'int AtomStream::numChildren' ../../core/common/atom.h:30: warning: when initialized here ../../core/common/servmgr.cpp: In member function 'void ServMgr::setFirewall(ServMgr::FW_STATE)': ../../core/common/servmgr.cpp:817: warning: deprecated conversion from string constant to 'char*' ../../core/common/servmgr.cpp:820: warning: deprecated conversion from string constant to 'char*' ../../core/common/servmgr.cpp:824: warning: deprecated conversion from string constant to 'char*' ../../core/common/servmgr.cpp: In member function 'void ServMgr::loadSettings(const char*)': ../../core/common/servmgr.cpp:1356: warning: unused variable 'firewalled' ../../core/common/servmgr.cpp: In member function 'void ServMgr::procConnectArgs(char*, ChanInfo&)': ../../core/common/servmgr.cpp:1558: warning: suggest parentheses around assignment used as truth value ../../core/common/servmgr.cpp: In static member function 'static int ServMgr::idleProc(ThreadInfo*)': ../../core/common/servmgr.cpp:1814: warning: unused variable 'lastPasvFind' ../../core/common/servmgr.cpp:1815: warning: unused variable 'lastBroadcast' ../../core/common/servmgr.cpp:1821: warning: unused variable 'lastBWcheck' ../../core/common/servmgr.cpp:1822: warning: unused variable 'bytesIn' ../../core/common/servmgr.cpp:1822: warning: unused variable 'bytesOut' ../../core/common/servmgr.cpp: In static member function 'static int ServMgr::serverProc(ThreadInfo*)': ../../core/common/servmgr.cpp:1912: warning: unused variable 'lastLookupTime' ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/http.h:34: warning: 'HTTP_SC_OK' defined but not used ../../core/common/http.h:35: warning: 'HTTP_SC_NOTFOUND' defined but not used ../../core/common/http.h:36: warning: 'HTTP_SC_UNAVAILABLE' defined but not used ../../core/common/http.h:37: warning: 'HTTP_SC_UNAUTHORIZED' defined but not used ../../core/common/http.h:38: warning: 'HTTP_SC_FOUND' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:49: warning: 'HTTP_HS_SERVER' defined but not used ../../core/common/http.h:50: warning: 'HTTP_HS_AGENT' defined but not used ../../core/common/http.h:51: warning: 'HTTP_HS_CONTENT' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:53: warning: 'HTTP_HS_CONNECTION' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:56: warning: 'HTTP_HS_HOST' defined but not used ../../core/common/http.h:57: warning: 'HTTP_HS_ACCEPT' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:60: warning: 'MIME_MP3' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:63: warning: 'MIME_XOGG' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:66: warning: 'MIME_NSV' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:68: warning: 'MIME_ASX' defined but not used ../../core/common/http.h:69: warning: 'MIME_MMS' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:74: warning: 'MIME_WMA' defined but not used ../../core/common/http.h:75: warning: 'MIME_WMV' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:80: warning: 'MIME_TEXT' defined but not used ../../core/common/http.h:81: warning: 'MIME_PLS' defined but not used ../../core/common/http.h:82: warning: 'MIME_XPLS' defined but not used ../../core/common/http.h:83: warning: 'MIME_XSCPLS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:85: warning: 'MIME_M3U' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:88: warning: 'MIME_XPEERCAST' defined but not used ../../core/common/http.h:89: warning: 'MIME_XPCP' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/xml.cpp -o ../../core/common/xml.o In file included from ../../core/common/stream.h:29, from ../../core/common/xml.cpp:22: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/xml.cpp:22: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void ../../core/common/xml.cpp: In member function 'void XML::Node::setAttributes(const char*)': ../../core/common/xml.cpp:140: warning: suggest parentheses around assignment used as truth value gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/stream.cpp -o ../../core/common/stream.o In file included from ../../core/common/stream.h:29, from ../../core/common/stream.cpp:22: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/stream.cpp:22: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void ../../core/common/stream.cpp: In member function 'virtual void FileStream::write(const void*, int)': ../../core/common/stream.cpp:125: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result ../../core/common/stream.cpp: In member function 'int Stream::writeUTF8(unsigned int)': ../../core/common/stream.cpp:179: warning: suggest parentheses around arithmetic in operand of | ../../core/common/stream.cpp:184: warning: suggest parentheses around arithmetic in operand of | ../../core/common/stream.cpp:185: warning: suggest parentheses around arithmetic in operand of | ../../core/common/stream.cpp:190: warning: suggest parentheses around arithmetic in operand of | ../../core/common/stream.cpp:191: warning: suggest parentheses around arithmetic in operand of | ../../core/common/stream.cpp:192: warning: suggest parentheses around arithmetic in operand of | gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/sys.cpp -o ../../core/common/sys.o In file included from ../../core/common/sys.cpp:24: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/socket.h:25, from ../../core/common/sys.cpp:25: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void ../../core/common/sys.cpp: In member function 'void String::UNKNOWN2UNICODE(const char*, bool)': ../../core/common/sys.cpp:395: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp:417: warning: suggest parentheses around && within || ../../core/common/sys.cpp:417: warning: suggest parentheses around && within || ../../core/common/sys.cpp:434: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp: In member function 'void String::ASCII2HTML(const char*)': ../../core/common/sys.cpp:485: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp: In member function 'void String::ASCII2ESC(const char*, bool)': ../../core/common/sys.cpp:508: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp: In member function 'void String::HTML2ASCII(const char*)': ../../core/common/sys.cpp:533: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp:541: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp: In member function 'void String::HTML2UNICODE(const char*)': ../../core/common/sys.cpp:564: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp:572: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp: In member function 'void String::ESC2ASCII(const char*)': ../../core/common/sys.cpp:598: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp: In member function 'void String::ASCII2META(const char*, bool)': ../../core/common/sys.cpp:626: warning: suggest parentheses around assignment used as truth value ../../core/common/sys.cpp: In member function 'void String::convertTo(String::TYPE)': ../../core/common/sys.cpp:653: warning: enumeration value 'T_UNICODE' not handled in switch ../../core/common/sys.cpp:653: warning: enumeration value 'T_UNICODESAFE' not handled in switch ../../core/common/sys.cpp:674: warning: enumeration value 'T_BASE64' not handled in switch ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/sys.cpp:54: warning: 'base64table' defined but not used ../../core/common/sys.cpp:115: warning: 'char* util_base64_decode(char*)' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/gnutella.cpp -o ../../core/common/gnutella.o ../../core/common/gnutella.cpp:170:16: warning: multi-character character constant In file included from ../../core/common/stream.h:29, from ../../core/common/gnutella.h:24, from ../../core/common/gnutella.cpp:24: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/gnutella.h:24, from ../../core/common/gnutella.cpp:24: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/servent.h:28, from ../../core/common/gnutella.cpp:27: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/servent.h:28, from ../../core/common/gnutella.cpp:27: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/servent.h:28, from ../../core/common/gnutella.cpp:27: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/gnutella.cpp:28: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here ../../core/common/gnutella.cpp: In member function 'GnuStream::R_TYPE GnuStream::processPacket(GnuPacket&, Servent*, GnuID&)': ../../core/common/gnutella.cpp:440: warning: unused variable 'spd' ../../core/common/gnutella.cpp:498: warning: unused variable 'index' ../../core/common/gnutella.cpp: In member function 'bool GnuStream::readHit(Stream&, ChanHit&, int, GnuID&)': ../../core/common/gnutella.cpp:599: warning: unused variable 'spd' ../../core/common/gnutella.cpp:682: warning: unused variable 'vendor' ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/http.h:34: warning: 'HTTP_SC_OK' defined but not used ../../core/common/http.h:35: warning: 'HTTP_SC_NOTFOUND' defined but not used ../../core/common/http.h:36: warning: 'HTTP_SC_UNAVAILABLE' defined but not used ../../core/common/http.h:37: warning: 'HTTP_SC_UNAUTHORIZED' defined but not used ../../core/common/http.h:38: warning: 'HTTP_SC_FOUND' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:49: warning: 'HTTP_HS_SERVER' defined but not used ../../core/common/http.h:50: warning: 'HTTP_HS_AGENT' defined but not used ../../core/common/http.h:51: warning: 'HTTP_HS_CONTENT' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:53: warning: 'HTTP_HS_CONNECTION' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:56: warning: 'HTTP_HS_HOST' defined but not used ../../core/common/http.h:57: warning: 'HTTP_HS_ACCEPT' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:60: warning: 'MIME_MP3' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:63: warning: 'MIME_XOGG' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:66: warning: 'MIME_NSV' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:68: warning: 'MIME_ASX' defined but not used ../../core/common/http.h:69: warning: 'MIME_MMS' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:74: warning: 'MIME_WMA' defined but not used ../../core/common/http.h:75: warning: 'MIME_WMV' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:80: warning: 'MIME_TEXT' defined but not used ../../core/common/http.h:81: warning: 'MIME_PLS' defined but not used ../../core/common/http.h:82: warning: 'MIME_XPLS' defined but not used ../../core/common/http.h:83: warning: 'MIME_XSCPLS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:85: warning: 'MIME_M3U' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:88: warning: 'MIME_XPEERCAST' defined but not used ../../core/common/http.h:89: warning: 'MIME_XPCP' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/html.cpp -o ../../core/common/html.o In file included from ../../core/common/html.h:25, from ../../core/common/html.cpp:24: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/http.h:23, from ../../core/common/html.cpp:25: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/servent.h:28, from ../../core/common/servmgr.h:23, from ../../core/common/html.cpp:28: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/servent.h:28, from ../../core/common/servmgr.h:23, from ../../core/common/html.cpp:28: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/servent.h:28, from ../../core/common/servmgr.h:23, from ../../core/common/html.cpp:28: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/html.cpp:28: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here ../../core/common/http.h: At global scope: ../../core/common/http.h:35: warning: 'HTTP_SC_NOTFOUND' defined but not used ../../core/common/http.h:36: warning: 'HTTP_SC_UNAVAILABLE' defined but not used ../../core/common/http.h:37: warning: 'HTTP_SC_UNAUTHORIZED' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:50: warning: 'HTTP_HS_AGENT' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:56: warning: 'HTTP_HS_HOST' defined but not used ../../core/common/http.h:57: warning: 'HTTP_HS_ACCEPT' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:60: warning: 'MIME_MP3' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:63: warning: 'MIME_XOGG' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:66: warning: 'MIME_NSV' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:68: warning: 'MIME_ASX' defined but not used ../../core/common/http.h:69: warning: 'MIME_MMS' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:74: warning: 'MIME_WMA' defined but not used ../../core/common/http.h:75: warning: 'MIME_WMV' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:80: warning: 'MIME_TEXT' defined but not used ../../core/common/http.h:81: warning: 'MIME_PLS' defined but not used ../../core/common/http.h:82: warning: 'MIME_XPLS' defined but not used ../../core/common/http.h:83: warning: 'MIME_XSCPLS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:85: warning: 'MIME_M3U' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:88: warning: 'MIME_XPEERCAST' defined but not used ../../core/common/http.h:89: warning: 'MIME_XPCP' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/version2.h:28: warning: 'PCP_FORCE_YP' defined but not used ../../core/common/version2.h:37: warning: 'PCX_VERSTRING' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/channel.cpp -o ../../core/common/channel.o ../../core/common/channel.cpp:1215:22: warning: multi-character character constant ../../core/common/channel.cpp:1350:21: warning: multi-character character constant ../../core/common/channel.cpp:1351:21: warning: multi-character character constant ../../core/common/channel.cpp:1352:21: warning: multi-character character constant ../../core/common/channel.cpp:1370:8: warning: multi-character character constant ../../core/common/channel.cpp:1371:8: warning: multi-character character constant ../../core/common/channel.cpp:1372:8: warning: multi-character character constant In file included from ../../core/common/stream.h:29, from ../../core/common/socket.h:25, from ../../core/common/channel.cpp:26: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/socket.h:25, from ../../core/common/channel.cpp:26: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/channel.cpp:27: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/channel.cpp:27: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/channel.cpp:27: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/channel.cpp:30: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here In file included from ../../core/common/channel.cpp:35: ../../core/common/atom.h: In constructor 'AtomStream::AtomStream(Stream&)': ../../core/common/atom.h:205: warning: 'AtomStream::io' will be initialized after ../../core/common/atom.h:204: warning: 'int AtomStream::numChildren' ../../core/common/atom.h:30: warning: when initialized here In file included from ../../core/common/channel.cpp:39: ../../core/common/ogg.h: In constructor 'OggSubStream::OggSubStream()': ../../core/common/ogg.h:86: warning: 'OggSubStream::serialNo' will be initialized after ../../core/common/ogg.h:82: warning: 'int OggSubStream::bitrate' ../../core/common/ogg.h:51: warning: when initialized here ../../core/common/channel.cpp: At global scope: ../../core/common/channel.cpp:56: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:56: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:56: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:56: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:56: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:73: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp: In member function 'void Channel::endThread()': ../../core/common/channel.cpp:115: warning: statement has no effect ../../core/common/channel.cpp: In member function 'virtual void PeercastSource::stream(Channel*)': ../../core/common/channel.cpp:551: warning: comparison between signed and unsigned integer expressions ../../core/common/channel.cpp:590: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:592: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:594: warning: deprecated conversion from string constant to 'char*' ../../core/common/channel.cpp:581: warning: unused variable 'isTrusted' ../../core/common/channel.cpp: In member function 'virtual int PeercastStream::readPacket(Stream&, Channel*)': ../../core/common/channel.cpp:1235: warning: enumeration value 'T_UNKNOWN' not handled in switch ../../core/common/channel.cpp:1235: warning: enumeration value 'T_PCP' not handled in switch ../../core/common/channel.cpp:1235: warning: enumeration value 'T_ALL' not handled in switch ../../core/common/channel.cpp: In member function 'void ChanPacket::writePeercast(Stream&)': ../../core/common/channel.cpp:1348: warning: enumeration value 'T_UNKNOWN' not handled in switch ../../core/common/channel.cpp:1348: warning: enumeration value 'T_PCP' not handled in switch ../../core/common/channel.cpp:1348: warning: enumeration value 'T_ALL' not handled in switch ../../core/common/channel.cpp: In member function 'int ChanMgr::pickHits(ChanHitSearch&)': ../../core/common/channel.cpp:2197: warning: statement has no effect ../../core/common/channel.cpp: In member function 'int ChanHitList::clearDeadHits(unsigned int, bool)': ../../core/common/channel.cpp:2792: warning: suggest parentheses around && within || ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/http.h:34: warning: 'HTTP_SC_OK' defined but not used ../../core/common/http.h:35: warning: 'HTTP_SC_NOTFOUND' defined but not used ../../core/common/http.h:36: warning: 'HTTP_SC_UNAVAILABLE' defined but not used ../../core/common/http.h:37: warning: 'HTTP_SC_UNAUTHORIZED' defined but not used ../../core/common/http.h:38: warning: 'HTTP_SC_FOUND' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:49: warning: 'HTTP_HS_SERVER' defined but not used ../../core/common/http.h:50: warning: 'HTTP_HS_AGENT' defined but not used ../../core/common/http.h:51: warning: 'HTTP_HS_CONTENT' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:53: warning: 'HTTP_HS_CONNECTION' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:56: warning: 'HTTP_HS_HOST' defined but not used ../../core/common/http.h:57: warning: 'HTTP_HS_ACCEPT' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:60: warning: 'MIME_MP3' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:63: warning: 'MIME_XOGG' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:66: warning: 'MIME_NSV' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:68: warning: 'MIME_ASX' defined but not used ../../core/common/http.h:69: warning: 'MIME_MMS' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:74: warning: 'MIME_WMA' defined but not used ../../core/common/http.h:75: warning: 'MIME_WMV' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:80: warning: 'MIME_TEXT' defined but not used ../../core/common/http.h:81: warning: 'MIME_PLS' defined but not used ../../core/common/http.h:82: warning: 'MIME_XPLS' defined but not used ../../core/common/http.h:83: warning: 'MIME_XSCPLS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:85: warning: 'MIME_M3U' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:88: warning: 'MIME_XPEERCAST' defined but not used ../../core/common/http.h:89: warning: 'MIME_XPCP' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used ../../core/common/version2.h:28: warning: 'PCP_FORCE_YP' defined but not used ../../core/common/version2.h:36: warning: 'PCX_AGENT' defined but not used ../../core/common/version2.h:37: warning: 'PCX_VERSTRING' defined but not used ../../core/common/channel.cpp:719: warning: 'void copyStr(char*, char*, int)' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/http.cpp -o ../../core/common/http.o In file included from ../../core/common/stream.h:29, from ../../core/common/http.h:23, from ../../core/common/http.cpp:23: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/http.h:23, from ../../core/common/http.cpp:23: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void ../../core/common/http.h: At global scope: ../../core/common/http.h:34: warning: 'HTTP_SC_OK' defined but not used ../../core/common/http.h:35: warning: 'HTTP_SC_NOTFOUND' defined but not used ../../core/common/http.h:36: warning: 'HTTP_SC_UNAVAILABLE' defined but not used ../../core/common/http.h:37: warning: 'HTTP_SC_UNAUTHORIZED' defined but not used ../../core/common/http.h:38: warning: 'HTTP_SC_FOUND' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:49: warning: 'HTTP_HS_SERVER' defined but not used ../../core/common/http.h:50: warning: 'HTTP_HS_AGENT' defined but not used ../../core/common/http.h:51: warning: 'HTTP_HS_CONTENT' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:53: warning: 'HTTP_HS_CONNECTION' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:56: warning: 'HTTP_HS_HOST' defined but not used ../../core/common/http.h:57: warning: 'HTTP_HS_ACCEPT' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:60: warning: 'MIME_MP3' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:63: warning: 'MIME_XOGG' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:66: warning: 'MIME_NSV' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:68: warning: 'MIME_ASX' defined but not used ../../core/common/http.h:69: warning: 'MIME_MMS' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:74: warning: 'MIME_WMA' defined but not used ../../core/common/http.h:75: warning: 'MIME_WMV' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:80: warning: 'MIME_TEXT' defined but not used ../../core/common/http.h:81: warning: 'MIME_PLS' defined but not used ../../core/common/http.h:82: warning: 'MIME_XPLS' defined but not used ../../core/common/http.h:83: warning: 'MIME_XSCPLS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:85: warning: 'MIME_M3U' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:88: warning: 'MIME_XPEERCAST' defined but not used ../../core/common/http.h:89: warning: 'MIME_XPCP' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/inifile.cpp -o ../../core/common/inifile.o In file included from ../../core/common/stream.h:29, from ../../core/common/inifile.h:23, from ../../core/common/inifile.cpp:22: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/inifile.h:23, from ../../core/common/inifile.cpp:22: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void ../../core/common/inifile.cpp: In member function 'char* IniFile::getStrValue()': ../../core/common/inifile.cpp:117: warning: deprecated conversion from string constant to 'char*' gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/peercast.cpp -o ../../core/common/peercast.o In file included from ../../core/common/peercast.cpp:1: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/socket.h:25, from ../../core/common/servent.h:25, from ../../core/common/servmgr.h:23, from ../../core/common/peercast.h:16, from ../../core/common/peercast.cpp:2: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/servent.h:28, from ../../core/common/servmgr.h:23, from ../../core/common/peercast.h:16, from ../../core/common/peercast.cpp:2: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/servent.h:28, from ../../core/common/servmgr.h:23, from ../../core/common/peercast.h:16, from ../../core/common/peercast.cpp:2: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/servent.h:28, from ../../core/common/servmgr.h:23, from ../../core/common/peercast.h:16, from ../../core/common/peercast.cpp:2: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/peercast.h:16, from ../../core/common/peercast.cpp:2: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/http.h:34: warning: 'HTTP_SC_OK' defined but not used ../../core/common/http.h:35: warning: 'HTTP_SC_NOTFOUND' defined but not used ../../core/common/http.h:36: warning: 'HTTP_SC_UNAVAILABLE' defined but not used ../../core/common/http.h:37: warning: 'HTTP_SC_UNAUTHORIZED' defined but not used ../../core/common/http.h:38: warning: 'HTTP_SC_FOUND' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:49: warning: 'HTTP_HS_SERVER' defined but not used ../../core/common/http.h:50: warning: 'HTTP_HS_AGENT' defined but not used ../../core/common/http.h:51: warning: 'HTTP_HS_CONTENT' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:53: warning: 'HTTP_HS_CONNECTION' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:56: warning: 'HTTP_HS_HOST' defined but not used ../../core/common/http.h:57: warning: 'HTTP_HS_ACCEPT' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:60: warning: 'MIME_MP3' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:63: warning: 'MIME_XOGG' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:66: warning: 'MIME_NSV' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:68: warning: 'MIME_ASX' defined but not used ../../core/common/http.h:69: warning: 'MIME_MMS' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:74: warning: 'MIME_WMA' defined but not used ../../core/common/http.h:75: warning: 'MIME_WMV' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:80: warning: 'MIME_TEXT' defined but not used ../../core/common/http.h:81: warning: 'MIME_PLS' defined but not used ../../core/common/http.h:82: warning: 'MIME_XPLS' defined but not used ../../core/common/http.h:83: warning: 'MIME_XSCPLS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:85: warning: 'MIME_M3U' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:88: warning: 'MIME_XPEERCAST' defined but not used ../../core/common/http.h:89: warning: 'MIME_XPCP' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/stats.cpp -o ../../core/common/stats.o In file included from ../../core/common/stats.cpp:24: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/stats.cpp:25: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void ../../core/common/stats.cpp: In member function 'bool Stats::writeVariable(Stream&, const String&)': ../../core/common/stats.cpp:82: warning: format '%.1f' expects type 'double', but argument 3 has type 'unsigned int' ../../core/common/stats.cpp:84: warning: format '%.1f' expects type 'double', but argument 3 has type 'unsigned int' ../../core/common/stats.cpp:86: warning: format '%.1f' expects type 'double', but argument 3 has type 'unsigned int' gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/mms.cpp -o ../../core/common/mms.o In file included from ../../core/common/channel.h:22, from ../../core/common/mms.cpp:19: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/channel.h:23, from ../../core/common/mms.cpp:19: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/mms.cpp:19: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/mms.cpp:19: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/mms.cpp:19: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/mms.cpp: In function 'ASFInfo parseASFHeader(Stream&)': ../../core/common/mms.cpp:139: warning: unused variable 'dpHi' ../../core/common/mms.cpp:132: warning: enumeration value 'T_UNKNOWN' not handled in switch ../../core/common/mms.cpp:132: warning: enumeration value 'T_HEAD_OBJECT' not handled in switch ../../core/common/mms.cpp:132: warning: enumeration value 'T_DATA_OBJECT' not handled in switch ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/mp3.cpp -o ../../core/common/mp3.o In file included from ../../core/common/channel.h:22, from ../../core/common/mp3.cpp:19: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/channel.h:23, from ../../core/common/mp3.cpp:19: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/mp3.cpp:19: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/mp3.cpp:19: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/mp3.cpp:19: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/nsv.cpp -o ../../core/common/nsv.o In file included from ../../core/common/channel.h:22, from ../../core/common/nsv.h:23, from ../../core/common/nsv.cpp:19: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/channel.h:23, from ../../core/common/nsv.h:23, from ../../core/common/nsv.cpp:19: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/nsv.h:23, from ../../core/common/nsv.cpp:19: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/nsv.h:23, from ../../core/common/nsv.cpp:19: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/nsv.h:23, from ../../core/common/nsv.cpp:19: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/ogg.cpp -o ../../core/common/ogg.o In file included from ../../core/common/channel.h:22, from ../../core/common/ogg.cpp:19: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/channel.h:23, from ../../core/common/ogg.cpp:19: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/ogg.cpp:19: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/ogg.cpp:19: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/ogg.cpp:19: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/ogg.cpp:20: ../../core/common/ogg.h: In constructor 'OggSubStream::OggSubStream()': ../../core/common/ogg.h:86: warning: 'OggSubStream::serialNo' will be initialized after ../../core/common/ogg.h:82: warning: 'int OggSubStream::bitrate' ../../core/common/ogg.h:51: warning: when initialized here ../../core/common/ogg.cpp: In member function 'void OggTheoraSubStream::readInfo(Stream&, ChanInfo&)': ../../core/common/ogg.cpp:210: warning: unused variable 'verMaj' ../../core/common/ogg.cpp:211: warning: unused variable 'verMin' ../../core/common/ogg.cpp:212: warning: unused variable 'verSub' ../../core/common/ogg.cpp: In member function 'void OggVorbisSubStream::readComment(Stream&, ChanInfo&)': ../../core/common/ogg.cpp:330: warning: comparison between signed and unsigned integer expressions ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/url.cpp -o ../../core/common/url.o In file included from ../../core/common/channel.h:22, from ../../core/common/url.h:22, from ../../core/common/url.cpp:19: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/channel.h:23, from ../../core/common/url.h:22, from ../../core/common/url.cpp:19: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/url.h:22, from ../../core/common/url.cpp:19: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/url.h:22, from ../../core/common/url.cpp:19: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/url.h:22, from ../../core/common/url.cpp:19: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/url.cpp:23: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/http.h:34: warning: 'HTTP_SC_OK' defined but not used ../../core/common/http.h:35: warning: 'HTTP_SC_NOTFOUND' defined but not used ../../core/common/http.h:36: warning: 'HTTP_SC_UNAVAILABLE' defined but not used ../../core/common/http.h:37: warning: 'HTTP_SC_UNAUTHORIZED' defined but not used ../../core/common/http.h:38: warning: 'HTTP_SC_FOUND' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:49: warning: 'HTTP_HS_SERVER' defined but not used ../../core/common/http.h:51: warning: 'HTTP_HS_CONTENT' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:60: warning: 'MIME_MP3' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:63: warning: 'MIME_XOGG' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:66: warning: 'MIME_NSV' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:74: warning: 'MIME_WMA' defined but not used ../../core/common/http.h:75: warning: 'MIME_WMV' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:88: warning: 'MIME_XPEERCAST' defined but not used ../../core/common/http.h:89: warning: 'MIME_XPCP' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used ../../core/common/version2.h:28: warning: 'PCP_FORCE_YP' defined but not used ../../core/common/version2.h:37: warning: 'PCX_VERSTRING' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/icy.cpp -o ../../core/common/icy.o In file included from ../../core/common/channel.h:22, from ../../core/common/icy.h:22, from ../../core/common/icy.cpp:1: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/channel.h:23, from ../../core/common/icy.h:22, from ../../core/common/icy.cpp:1: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/channel.h:26, from ../../core/common/icy.h:22, from ../../core/common/icy.cpp:1: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/channel.h:27, from ../../core/common/icy.h:22, from ../../core/common/icy.cpp:1: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/icy.h:22, from ../../core/common/icy.cpp:1: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/pcp.cpp -o ../../core/common/pcp.o In file included from ../../core/common/stream.h:29, from ../../core/common/atom.h:22, from ../../core/common/pcp.cpp:19: ../../core/common/sys.h: In constructor 'WLock::WLock()': ../../core/common/sys.h:376: warning: missing braces around initializer for 'char [4]' In file included from ../../core/common/atom.h:22, from ../../core/common/pcp.cpp:19: ../../core/common/stream.h: In constructor 'Stream::Stream()': ../../core/common/stream.h:213: warning: 'Stream::lastUpdate' will be initialized after ../../core/common/stream.h:207: warning: 'unsigned char Stream::bitsBuffer' ../../core/common/stream.h:36: warning: when initialized here ../../core/common/stream.h: In member function 'int Stream::readInt24()': ../../core/common/stream.h:125: warning: no return statement in function returning non-void In file included from ../../core/common/pcp.cpp:19: ../../core/common/atom.h: In constructor 'AtomStream::AtomStream(Stream&)': ../../core/common/atom.h:205: warning: 'AtomStream::io' will be initialized after ../../core/common/atom.h:204: warning: 'int AtomStream::numChildren' ../../core/common/atom.h:30: warning: when initialized here In file included from ../../core/common/pcp.h:26, from ../../core/common/pcp.cpp:20: ../../core/common/cstream.h: In constructor 'ChannelStream::ChannelStream()': ../../core/common/cstream.h:143: warning: 'ChannelStream::numListeners' will be initialized after ../../core/common/cstream.h:142: warning: 'int ChannelStream::numRelays' ../../core/common/cstream.h:122: warning: when initialized here In file included from ../../core/common/channel.h:26, from ../../core/common/servent.h:28, from ../../core/common/servmgr.h:23, from ../../core/common/peercast.h:16, from ../../core/common/pcp.cpp:21: ../../core/common/asf.h: At global scope: ../../core/common/asf.h:68: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:70: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:72: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:74: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:77: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:79: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h:82: warning: missing braces around initializer for 'unsigned char [8]' ../../core/common/asf.h: In member function 'const char* ASFStream::getTypeName()': ../../core/common/asf.h:208: warning: enumeration value 'T_UNKNOWN' not handled in switch In file included from ../../core/common/servent.h:28, from ../../core/common/servmgr.h:23, from ../../core/common/peercast.h:16, from ../../core/common/pcp.cpp:21: ../../core/common/channel.h: In member function 'void PlayList::read(Stream&)': ../../core/common/channel.h:665: warning: enumeration value 'T_NONE' not handled in switch ../../core/common/channel.h:665: warning: enumeration value 'T_RAM' not handled in switch ../../core/common/channel.h: In member function 'void PlayList::write(Stream&)': ../../core/common/channel.h:676: warning: enumeration value 'T_NONE' not handled in switch In file included from ../../core/common/peercast.h:16, from ../../core/common/pcp.cpp:21: ../../core/common/servmgr.h: In constructor 'BCID::BCID()': ../../core/common/servmgr.h:44: warning: 'BCID::next' will be initialized after ../../core/common/servmgr.h:43: warning: 'bool BCID::valid' ../../core/common/servmgr.h:35: warning: when initialized here ../../core/common/pcp.cpp: In member function 'void PCPStream::readPushAtoms(AtomStream&, int, BroadcastState&)': ../../core/common/pcp.cpp:204: warning: suggest parentheses around && within || ../../core/common/pcp.cpp: In member function 'void PCPStream::readRootAtoms(AtomStream&, int, BroadcastState&)': ../../core/common/pcp.cpp:244: warning: comparison between signed and unsigned integer expressions ../../core/common/pcp.cpp: In member function 'void PCPStream::readHostAtoms(AtomStream&, int, BroadcastState&)': ../../core/common/pcp.cpp:375: warning: unused variable 'busy' ../../core/common/gnutella.h: At global scope: ../../core/common/gnutella.h:42: warning: 'GNU_PEERCONN' defined but not used ../../core/common/gnutella.h:43: warning: 'GNU_CONNECT' defined but not used ../../core/common/gnutella.h:44: warning: 'GNU_OK' defined but not used ../../core/common/gnutella.h:45: warning: 'PCX_PCP_CONNECT' defined but not used ../../core/common/gnutella.h:47: warning: 'PCX_HS_OS' defined but not used ../../core/common/gnutella.h:48: warning: 'PCX_HS_DL' defined but not used ../../core/common/gnutella.h:49: warning: 'PCX_HS_ID' defined but not used ../../core/common/gnutella.h:50: warning: 'PCX_HS_CHANNELID' defined but not used ../../core/common/gnutella.h:51: warning: 'PCX_HS_NETWORKID' defined but not used ../../core/common/gnutella.h:52: warning: 'PCX_HS_MSG' defined but not used ../../core/common/gnutella.h:53: warning: 'PCX_HS_SUBNET' defined but not used ../../core/common/gnutella.h:54: warning: 'PCX_HS_FULLHIT' defined but not used ../../core/common/gnutella.h:55: warning: 'PCX_HS_MINBCTTL' defined but not used ../../core/common/gnutella.h:56: warning: 'PCX_HS_MAXBCTTL' defined but not used ../../core/common/gnutella.h:57: warning: 'PCX_HS_RELAYBC' defined but not used ../../core/common/gnutella.h:58: warning: 'PCX_HS_PRIORITY' defined but not used ../../core/common/gnutella.h:59: warning: 'PCX_HS_FLOWCTL' defined but not used ../../core/common/gnutella.h:60: warning: 'PCX_HS_PCP' defined but not used ../../core/common/gnutella.h:61: warning: 'PCX_HS_PINGME' defined but not used ../../core/common/gnutella.h:62: warning: 'PCX_HS_PORT' defined but not used ../../core/common/gnutella.h:63: warning: 'PCX_HS_REMOTEIP' defined but not used ../../core/common/gnutella.h:64: warning: 'PCX_HS_POS' defined but not used ../../core/common/gnutella.h:65: warning: 'PCX_HS_SESSIONID' defined but not used ../../core/common/gnutella.h:68: warning: 'PCX_OS_WIN32' defined but not used ../../core/common/gnutella.h:69: warning: 'PCX_OS_LINUX' defined but not used ../../core/common/gnutella.h:70: warning: 'PCX_OS_MACOSX' defined but not used ../../core/common/gnutella.h:71: warning: 'PCX_OS_WINAMP2' defined but not used ../../core/common/gnutella.h:72: warning: 'PCX_OS_ACTIVEX' defined but not used ../../core/common/gnutella.h:74: warning: 'PCX_DL_URL' defined but not used ../../core/common/gnutella.h:77: warning: 'PCX_OLDAGENT' defined but not used ../../core/common/gnutella.h:86: warning: 'MIN_ROOTVER' defined but not used ../../core/common/gnutella.h:88: warning: 'MIN_CONNECTVER' defined but not used ../../core/common/gnutella.h:91: warning: 'ICY_OK' defined but not used ../../core/common/http.h:34: warning: 'HTTP_SC_OK' defined but not used ../../core/common/http.h:35: warning: 'HTTP_SC_NOTFOUND' defined but not used ../../core/common/http.h:36: warning: 'HTTP_SC_UNAVAILABLE' defined but not used ../../core/common/http.h:37: warning: 'HTTP_SC_UNAUTHORIZED' defined but not used ../../core/common/http.h:38: warning: 'HTTP_SC_FOUND' defined but not used ../../core/common/http.h:39: warning: 'HTTP_SC_BADREQUEST' defined but not used ../../core/common/http.h:40: warning: 'HTTP_SC_FORBIDDEN' defined but not used ../../core/common/http.h:41: warning: 'HTTP_SC_SWITCH' defined but not used ../../core/common/http.h:43: warning: 'RTSP_SC_OK' defined but not used ../../core/common/http.h:46: warning: 'HTTP_PROTO1' defined but not used ../../core/common/http.h:47: warning: 'RTSP_PROTO1' defined but not used ../../core/common/http.h:49: warning: 'HTTP_HS_SERVER' defined but not used ../../core/common/http.h:50: warning: 'HTTP_HS_AGENT' defined but not used ../../core/common/http.h:51: warning: 'HTTP_HS_CONTENT' defined but not used ../../core/common/http.h:52: warning: 'HTTP_HS_CACHE' defined but not used ../../core/common/http.h:53: warning: 'HTTP_HS_CONNECTION' defined but not used ../../core/common/http.h:54: warning: 'HTTP_HS_SETCOOKIE' defined but not used ../../core/common/http.h:55: warning: 'HTTP_HS_COOKIE' defined but not used ../../core/common/http.h:56: warning: 'HTTP_HS_HOST' defined but not used ../../core/common/http.h:57: warning: 'HTTP_HS_ACCEPT' defined but not used ../../core/common/http.h:58: warning: 'HTTP_HS_LENGTH' defined but not used ../../core/common/http.h:60: warning: 'MIME_MP3' defined but not used ../../core/common/http.h:61: warning: 'MIME_XMP3' defined but not used ../../core/common/http.h:62: warning: 'MIME_OGG' defined but not used ../../core/common/http.h:63: warning: 'MIME_XOGG' defined but not used ../../core/common/http.h:64: warning: 'MIME_MOV' defined but not used ../../core/common/http.h:65: warning: 'MIME_MPG' defined but not used ../../core/common/http.h:66: warning: 'MIME_NSV' defined but not used ../../core/common/http.h:67: warning: 'MIME_ASF' defined but not used ../../core/common/http.h:68: warning: 'MIME_ASX' defined but not used ../../core/common/http.h:69: warning: 'MIME_MMS' defined but not used ../../core/common/http.h:71: warning: 'MIME_RAM' defined but not used ../../core/common/http.h:74: warning: 'MIME_WMA' defined but not used ../../core/common/http.h:75: warning: 'MIME_WMV' defined but not used ../../core/common/http.h:77: warning: 'MIME_HTML' defined but not used ../../core/common/http.h:78: warning: 'MIME_XML' defined but not used ../../core/common/http.h:79: warning: 'MIME_CSS' defined but not used ../../core/common/http.h:80: warning: 'MIME_TEXT' defined but not used ../../core/common/http.h:81: warning: 'MIME_PLS' defined but not used ../../core/common/http.h:82: warning: 'MIME_XPLS' defined but not used ../../core/common/http.h:83: warning: 'MIME_XSCPLS' defined but not used ../../core/common/http.h:84: warning: 'MIME_SDP' defined but not used ../../core/common/http.h:85: warning: 'MIME_M3U' defined but not used ../../core/common/http.h:86: warning: 'MIME_MPEGURL' defined but not used ../../core/common/http.h:87: warning: 'MIME_XM3U' defined but not used ../../core/common/http.h:88: warning: 'MIME_XPEERCAST' defined but not used ../../core/common/http.h:89: warning: 'MIME_XPCP' defined but not used ../../core/common/http.h:90: warning: 'MIME_RAW' defined but not used ../../core/common/http.h:91: warning: 'MIME_JPEG' defined but not used ../../core/common/http.h:92: warning: 'MIME_GIF' defined but not used ../../core/common/http.h:93: warning: 'MIME_PNG' defined but not used ../../core/common/version2.h:28: warning: 'PCP_FORCE_YP' defined but not used ../../core/common/version2.h:36: warning: 'PCX_AGENT' defined but not used ../../core/common/version2.h:37: warning: 'PCX_VERSTRING' defined but not used gcc -I../../core -I../../core/common -pipe -Wall -O2 -fsigned-char -D_UNIX -fPIC -c ../../core/common/jis.cpp -o ../../core/common/jis.o g++ -pthread -o peercast main.o ../../core/unix/usys.o ../../core/unix/usocket.o ../../core/common/socket.o ../../core/common/servent.o ../../core/common/servhs.o ../../core/common/servmgr.o ../../core/common/xml.o ../../core/common/stream.o ../../core/common/sys.o ../../core/common/gnutella.o ../../core/common/html.o ../../core/common/channel.o ../../core/common/http.o ../../core/common/inifile.o ../../core/common/peercast.o ../../core/common/stats.o ../../core/common/mms.o ../../core/common/mp3.o ../../core/common/nsv.o ../../core/common/ogg.o ../../core/common/url.o ../../core/common/icy.o ../../core/common/pcp.o ../../core/common/jis.o make: Leaving directory `/usr/src/RPM/BUILD/peercast-0.1217/ui/linux' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.90056 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/peercast-buildroot + : + /bin/rm -rf -- /usr/src/tmp/peercast-buildroot + cd peercast-0.1217 + install -d /usr/src/tmp/peercast-buildroot/usr/bin /usr/src/tmp/peercast-buildroot/usr/share/peercast + install ui/linux/peercast /usr/src/tmp/peercast-buildroot/usr/bin + cp -r ui/html /usr/src/tmp/peercast-buildroot/usr/share/peercast + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/peercast-buildroot (auto) Verifying and fixing files in /usr/src/tmp/peercast-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/peercast-buildroot (auto) Verifying ELF objects in /usr/src/tmp/peercast-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/peercast-buildroot (executable,shared) Processing files: peercast-0.1217-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.98967 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-provides find-provides: running scripts (alternatives,lib,pam,perl,pkgconfig,python,shell) + exit 0 Finding Requires (using /usr/lib/rpm/find-requires) Executing(Requires): /bin/sh -e /usr/src/tmp/rpm-tmp.70850 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-requires find-requires: running scripts (files,lib,pam,perl,pkgconfig,pkgconfiglib,python,shebang,shell,static,symlinks) + exit 0 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: /lib/ld.so.1, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), rtld(GNU_HASH) Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.81242 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/check-files + exit 0 Wrote: /usr/src/RPM/SRPMS/peercast-0.1217-alt1.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/peercast-0.1217-alt1.ppc.rpm 33.51user 1.68system 0:40.39elapsed 87%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+294180minor)pagefaults 0swaps