linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #01009
[Bug 490363] Re: compile warning rev 273 on Fedora 12
Fixed in version 2.5.0.
** Changed in: adchpp
Status: Fix Committed => Fix Released
--
compile warning rev 273 on Fedora 12
https://bugs.launchpad.net/bugs/490363
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
Status in ADCH++: Fix Released
Bug description:
gcc версия 4.4.2 20091027 (Red Hat 4.4.2-7) (GCC
swig-1.3.40-1.fc12.i686
python-devel-2.6.2-2.fc12.i686
# scons
scons: Reading SConscript files ...
Checking for C header file poll.h... yes
Checking for C header file sys/epoll.h... yes
Checking for dlopen() in C library dl... yes
Checking for pthread_create() in C library pthread... yes
Checking for SSL_connect() in C library ssl... yes
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/debug-default/adchpp/adchpp.gch (shared precompiled header)
Compiling build/debug-default/adchpp/AdcCommand.os (shared)
Compiling build/debug-default/adchpp/Bot.os (shared)
Compiling build/debug-default/adchpp/Buffer.os (shared)
Compiling build/debug-default/adchpp/Client.os (shared)
Compiling build/debug-default/adchpp/ClientManager.os (shared)
Compiling build/debug-default/adchpp/Encoder.os (shared)
Compiling build/debug-default/adchpp/Entity.os (shared)
Compiling build/debug-default/adchpp/File.os (shared)
Compiling build/debug-default/adchpp/Hub.os (shared)
Compiling build/debug-default/adchpp/LogManager.os (shared)
Compiling build/debug-default/adchpp/ManagedSocket.os (shared)
Compiling build/debug-default/adchpp/PluginManager.os (shared)
Compiling build/debug-default/adchpp/SimpleXML.os (shared)
Compiling build/debug-default/adchpp/SocketManager.os (shared)
Compiling build/debug-default/adchpp/Thread.os (shared)
Compiling build/debug-default/adchpp/TigerHash.os (shared)
adchpp/TigerHash.cpp: In member function ‘void adchpp::TigerHash::update(const void*, size_t)’:
adchpp/TigerHash.cpp:120: предупреждение: suggest parentheses around ‘-’ in operand of ‘&’
adchpp/TigerHash.cpp: In member function ‘uint8_t* adchpp::TigerHash::finalize()’:
adchpp/TigerHash.cpp:153: предупреждение: suggest parentheses around ‘-’ in operand of ‘&’
Compiling build/debug-default/adchpp/TimerManager.os (shared)
Compiling build/debug-default/adchpp/Util.os (shared)
Compiling build/debug-default/adchpp/common.os (shared)
Compiling build/debug-default/adchpp/version.os (shared)
Compiling build/debug-default/adchppd/adchppd.o (static)
Compiling build/debug-default/adchppd/adchppdu.o (static)
Compiling build/debug-default/plugins/Bloom/src/stdinc.gch (shared precompiled header)
Compiling build/debug-default/plugins/Bloom/src/HashBloom.os (shared)
Compiling build/debug-default/plugins/Bloom/src/BloomManager.os (shared)
Compiling build/debug-default/plugins/Bloom/src/BloomPlugin.os (shared)
Compiling build/debug-default/boost/libs/system/src/error_code.os (shared)
Linking build/debug-default/bin/libaboost_system.so (shared)
# collect2 0.08 0.02
Linking build/debug-default/bin/libadchpp.so (shared)
# collect2 0.66 0.14
Linking build/debug-default/bin/Bloom.so (shared)
# collect2 0.15 0.04
Compiling build/debug-default/plugins/Script/src/stdinc.gch (shared precompiled header)
Compiling build/debug-default/plugins/Script/src/LuaEngine.os (shared)
Compiling build/debug-default/plugins/Script/src/ScriptManager.os (shared)
Compiling build/debug-default/plugins/Script/src/ScriptPlugin.os (shared)
Compiling build/debug-default/plugins/Script/src/LuaScript.os (shared)
Compiling build/debug-default/lua/all.os (shared)
Linking build/debug-default/bin/libalua.so (shared)
# collect2 0.05 0.01
Linking build/debug-default/bin/Script.so (shared)
# collect2 0.13 0.04
swig -o build/debug-default/swig/python_wrap.cc -outdir build/debug-default/bin -c++ -threads -Wall -python -O -modern -features autodoc=1 swig/python.i
swig/adchpp.i:80: Warning(302): Identifier 'EntityList' redefined (ignored),
swig/adchpp.i:70: Warning(302): previous definition of 'EntityList'.
swig/adchpp.i:522: Warning(403): Class 'adchpp::Client' might be abstract, no constructors generated,
swig/adchpp.i:476: Warning(403): Method adchpp::Entity::send(adchpp::BufferPtr const &) might not be implemented.
swig/adchpp.i:552: Warning(403): Class 'adchpp::Bot' might be abstract, no constructors generated,
swig/adchpp.i:476: Warning(403): Method adchpp::Entity::send(adchpp::BufferPtr const &) might not be implemented.
swig/adchpp.i:528: Warning(509): Overloaded method adchpp::Client::send(adchpp::BufferPtr const &) is shadowed by send(adchpp::BufferPtr const &) at swig/adchpp.i:476.
swig/adchpp.i:535: Warning(512): Overloaded method adchpp::Client::getSocket() const ignored. Non-const method adchpp::Client::getSocket() at swig/adchpp.i:534 used.
swig/adchpp.i:555: Warning(509): Overloaded method adchpp::Bot::send(adchpp::BufferPtr const &) is shadowed by send(adchpp::BufferPtr const &) at swig/adchpp.i:476.
Compiling build/debug-default/swig/python_wrap.os (shared)
In file included from /usr/include/python2.6/pyconfig.h:4,
from /usr/include/python2.6/Python.h:8,
from build/debug-default/swig/python_wrap.cc:151:
/usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined
<command-line>: warning: this is the location of the previous definition
Linking build/debug-default/bin/_pyadchpp.so (shared)
# collect2 0.28 0.06
Linking build/debug-default/bin/adchppd (static)
# collect2 0.17 0.04
swig -o build/debug-default/swig/lua_wrap.cc -outdir build/debug-default/bin -c++ -Wall -lua swig/lua.i
swig/adchpp.i:80: Warning(302): Identifier 'EntityList' redefined (ignored),
swig/adchpp.i:70: Warning(302): previous definition of 'EntityList'.
swig/adchpp.i:522: Warning(403): Class 'adchpp::Client' might be abstract, no constructors generated,
swig/adchpp.i:476: Warning(403): Method adchpp::Entity::send(adchpp::BufferPtr const &) might not be implemented.
swig/adchpp.i:552: Warning(403): Class 'adchpp::Bot' might be abstract, no constructors generated,
swig/adchpp.i:476: Warning(403): Method adchpp::Entity::send(adchpp::BufferPtr const &) might not be implemented.
swig/adchpp.i:528: Warning(509): Overloaded method adchpp::Client::send(adchpp::BufferPtr const &) is shadowed by send(adchpp::BufferPtr const &) at swig/adchpp.i:476.
swig/adchpp.i:535: Warning(512): Overloaded method adchpp::Client::getSocket() const ignored. Non-const method adchpp::Client::getSocket() at swig/adchpp.i:534 used.
swig/adchpp.i:555: Warning(509): Overloaded method adchpp::Bot::send(adchpp::BufferPtr const &) is shadowed by send(adchpp::BufferPtr const &) at swig/adchpp.i:476.
Compiling build/debug-default/swig/lua_wrap.os (shared)
Linking build/debug-default/bin/luadchpp.so (shared)
# collect2 0.20 0.05
scons: done building targets.