Kann mir einer helfen den zu fixen?
Code
- Full Build Start
- --------------------------------------
- gmake -C liblua/.lua50 clean
- gmake[1]: Entering directory '/root/Ira/Server/liblua/.lua50'
- cd include; gmake clean
- gmake[2]: Entering directory '/root/Ira/Server/liblua/.lua50/include'
- gmake[2]: Nothing to be done for 'clean'.
- gmake[2]: Leaving directory '/root/Ira/Server/liblua/.lua50/include'
- cd src; gmake clean
- gmake[2]: Entering directory '/root/Ira/Server/liblua/.lua50/src'
- rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o ../lib/liblua.a
- gmake[2]: Leaving directory '/root/Ira/Server/liblua/.lua50/src'
- cd src/lib; gmake clean
- gmake[2]: Entering directory '/root/Ira/Server/liblua/.lua50/src/lib'
- rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o ../../lib/liblualib.a
- gmake[2]: Leaving directory '/root/Ira/Server/liblua/.lua50/src/lib'
- gmake[1]: Leaving directory '/root/Ira/Server/liblua/.lua50'
- gmake -C liblua/.lua50
- gmake[1]: Entering directory '/root/Ira/Server/liblua/.lua50'
- cd include; gmake all
- gmake[2]: Entering directory '/root/Ira/Server/liblua/.lua50/include'
- gmake[2]: Nothing to be done for 'all'.
- gmake[2]: Leaving directory '/root/Ira/Server/liblua/.lua50/include'
- cd src; gmake all
- gmake[2]: Entering directory '/root/Ira/Server/liblua/.lua50/src'
- gcc -O2 -g -m32 -Wall -I../include -c -o lapi.o lapi.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lcode.o lcode.c
- gcc -O2 -g -m32 -Wall -I../include -c -o ldebug.o ldebug.c
- gcc -O2 -g -m32 -Wall -I../include -c -o ldo.o ldo.c
- gcc -O2 -g -m32 -Wall -I../include -c -o ldump.o ldump.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lfunc.o lfunc.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lgc.o lgc.c
- gcc -O2 -g -m32 -Wall -I../include -c -o llex.o llex.c
- llex.c: In function 'read_string':
- llex.c:285: warning: case label value is less than minimum value for type
- gcc -O2 -g -m32 -Wall -I../include -c -o lmem.o lmem.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lobject.o lobject.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lopcodes.o lopcodes.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lparser.o lparser.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lstate.o lstate.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lstring.o lstring.c
- gcc -O2 -g -m32 -Wall -I../include -c -o ltable.o ltable.c
- gcc -O2 -g -m32 -Wall -I../include -c -o ltests.o ltests.c
- gcc -O2 -g -m32 -Wall -I../include -c -o ltm.o ltm.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lundump.o lundump.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lvm.o lvm.c
- gcc -O2 -g -m32 -Wall -I../include -c -o lzio.o lzio.c
- if [ ! -d ../lib ]; then mkdir ; fi
- ar rcu ../lib/liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o
- ranlib ../lib/liblua.a
- gmake[2]: Leaving directory '/root/Ira/Server/liblua/.lua50/src'
- cd src/lib; gmake all
- gmake[2]: Entering directory '/root/Ira/Server/liblua/.lua50/src/lib'
- gcc -O2 -g -m32 -Wall -I../../include -c -o lauxlib.o lauxlib.c
- gcc -O2 -g -m32 -Wall -I../../include -c -o lbaselib.o lbaselib.c
- gcc -O2 -g -m32 -Wall -I../../include -c -o ldblib.o ldblib.c
- gcc -O2 -g -m32 -Wall -I../../include -c -o liolib.o liolib.c
- liolib.c: In function 'g_iofile':
- liolib.c:251: warning: value computed is not used
- liolib.c: In function 'f_lines':
- liolib.c:286: warning: value computed is not used
- gcc -O2 -g -m32 -Wall -I../../include -c -o lmathlib.o lmathlib.c
- gcc -O2 -g -m32 -Wall -I../../include -c -o ltablib.o ltablib.c
- gcc -O2 -g -m32 -Wall -I../../include -c -o lstrlib.o lstrlib.c
- gcc -O2 -g -m32 -Wall -I../../include -c -o loadlib.o loadlib.c
- ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o
- ranlib ../../lib/liblualib.a
- gmake[2]: Leaving directory '/root/Ira/Server/liblua/.lua50/src/lib'
- gmake[1]: Leaving directory '/root/Ira/Server/liblua/.lua50'
- gmake -C libsql dep
- gmake[1]: Entering directory '/root/Ira/Server/libsql'
- touch Depend
- g++ -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -MM *.cpp > Depend
- gmake[1]: Leaving directory '/root/Ira/Server/libsql'
- gmake -C libsql clean
- gmake[1]: Entering directory '/root/Ira/Server/libsql'
- rm -f *.o
- rm -f ./libsql.a
- gmake[1]: Leaving directory '/root/Ira/Server/libsql'
- gmake -C libsql
- gmake[1]: Entering directory '/root/Ira/Server/libsql'
- gmake ./libsql.a
- gmake[2]: Entering directory '/root/Ira/Server/libsql'
- g++ -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c AsyncSQL.cpp
- g++ -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c Semaphore.cpp
- g++ -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c Tellwait.cpp
- g++ -I/usr/local/include/ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c Statement.cpp
- ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
- ranlib ./libsql.a
- chmod 700 ./libsql.a
- gmake[2]: Leaving directory '/root/Ira/Server/libsql'
- gmake[1]: Leaving directory '/root/Ira/Server/libsql'
- gmake -C libgame/src dep
- gmake[1]: Entering directory '/root/Ira/Server/libgame/src'
- touch Depend
- g++ -m32 -Wall -O2 -pipe -fno-exceptions -I../include -MM *.cc > Depend
- gmake[1]: Leaving directory '/root/Ira/Server/libgame/src'
- gmake -C libgame/src clean
- gmake[1]: Entering directory '/root/Ira/Server/libgame/src'
- rm -f *.o
- rm -f ../lib/libgame.a
- gmake[1]: Leaving directory '/root/Ira/Server/libgame/src'
- gmake -C libgame/src
- gmake[1]: Entering directory '/root/Ira/Server/libgame/src'
- gmake ../lib/libgame.a
- gmake[2]: Entering directory '/root/Ira/Server/libgame/src'
- g++ -m32 -Wall -O2 -pipe -fno-exceptions -I../include -c grid.cc
- g++ -m32 -Wall -O2 -pipe -fno-exceptions -I../include -c attribute.cc
- g++ -m32 -Wall -O2 -pipe -fno-exceptions -I../include -c targa.cc
- if [ ! -d ../lib ]; then mkdir ../lib; fi
- ar cru ../lib/libgame.a grid.o attribute.o targa.o
- ranlib ../lib/libgame.a
- chmod 700 ../lib/libgame.a
- gmake[2]: Leaving directory '/root/Ira/Server/libgame/src'
- gmake[1]: Leaving directory '/root/Ira/Server/libgame/src'
- gmake -C libpoly dep
- gmake[1]: Entering directory '/root/Ira/Server/libpoly'
- touch Depend
- g++ -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -MM *.cc > Depend
- gmake[1]: Leaving directory '/root/Ira/Server/libpoly'
- gmake -C libpoly clean
- gmake[1]: Entering directory '/root/Ira/Server/libpoly'
- rm -f *.o
- rm -f ./libpoly.a
- gmake[1]: Leaving directory '/root/Ira/Server/libpoly'
- gmake -C libpoly
- gmake[1]: Entering directory '/root/Ira/Server/libpoly'
- gmake ./libpoly.a
- gmake[2]: Entering directory '/root/Ira/Server/libpoly'
- g++ -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -c Base.cc
- g++ -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -c Poly.cc
- g++ -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -c SymTable.cc
- g++ -m32 -Wall -O2 -pipe -fno-exceptions -fno-rtti -c Symbol.cc
- ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
- ranlib ./libpoly.a
- chmod 700 ./libpoly.a
- gmake[2]: Leaving directory '/root/Ira/Server/libpoly'
- gmake[1]: Leaving directory '/root/Ira/Server/libpoly'
- gmake -C libthecore/src dep
- gmake[1]: Entering directory '/root/Ira/Server/libthecore/src'
- g++ -m32 -Wall -O2 -pipe -g -I../include -MM *.c > Depend
- gmake[1]: Leaving directory '/root/Ira/Server/libthecore/src'
- gmake -C libthecore/src clean
- gmake[1]: Entering directory '/root/Ira/Server/libthecore/src'
- rm -f *.o
- rm -f ../lib/libthecore.a
- gmake[1]: Leaving directory '/root/Ira/Server/libthecore/src'
- gmake -C libthecore/src
- gmake[1]: Entering directory '/root/Ira/Server/libthecore/src'
- gmake ../lib/libthecore.a
- gmake[2]: Entering directory '/root/Ira/Server/libthecore/src'
- g++ -m32 -Wall -O2 -pipe -g -I../include -c socket.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c fdwatch.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c buffer.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c signal.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c log.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c utils.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c kstbl.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c hangul.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c heart.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c main.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c tea.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c des.c
- DES_table.h:164: warning: 'KeyPerm' defined but not used
- g++ -m32 -Wall -O2 -pipe -g -I../include -c gost.c
- g++ -m32 -Wall -O2 -pipe -g -I../include -c memcpy.c
- if [ ! -d ../lib ]; then mkdir ../lib; fi
- ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o kstbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o
- ranlib ../lib/libthecore.a
- chmod 700 ../lib/libthecore.a
- gmake[2]: Leaving directory '/root/Ira/Server/libthecore/src'
- gmake[1]: Leaving directory '/root/Ira/Server/libthecore/src'
- gmake -C libserverkey dep
- gmake[1]: Entering directory '/root/Ira/Server/libserverkey'
- touch Depend
- g++ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -MM *.cpp > Depend
- gmake[1]: Leaving directory '/root/Ira/Server/libserverkey'
- gmake -C libserverkey clean
- gmake[1]: Entering directory '/root/Ira/Server/libserverkey'
- rm -f *.o
- rm -f ./libserverkey.a
- gmake[1]: Leaving directory '/root/Ira/Server/libserverkey'
- gmake -C libserverkey
- gmake[1]: Entering directory '/root/Ira/Server/libserverkey'
- gmake ./libserverkey.a
- gmake[2]: Entering directory '/root/Ira/Server/libserverkey'
- g++ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c base64_ssl.cpp
- g++ -m32 -Wall -O2 -pipe -D_THREAD_SAFE -fno-exceptions -c RSACrypto.cpp
- ar cru ./libserverkey.a base64_ssl.o RSACrypto.o
- ranlib ./libserverkey.a
- chmod 700 ./libserverkey.a
- gmake[2]: Leaving directory '/root/Ira/Server/libserverkey'
- gmake[1]: Leaving directory '/root/Ira/Server/libserverkey'
- gmake -C game/src dep
- gmake[1]: Entering directory '/root/Ira/Server/game/src'
- Note: gcc autodepend is autodetected, so target dep skipped
- gmake[1]: Leaving directory '/root/Ira/Server/game/src'
- gmake -C game/src clean
- gmake[1]: Entering directory '/root/Ira/Server/game/src'
- gmake[1]: Leaving directory '/root/Ira/Server/game/src'
- # gmake -C game/src limit_time
- gmake -C game/src
- gmake[1]: Entering directory '/root/Ira/Server/game/src'
- compiling BattleArena.cpp
- compiling FSM.cpp
- compiling MarkConvert.cpp
- compiling MarkImage.cpp
- compiling MarkManager.cpp
- compiling OXEvent.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling TrafficProfiler.cpp
- compiling ani.cpp
- compiling arena.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling banword.cpp
- compiling battle.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling blend_item.cpp
- compiling block_country.cpp
- compiling buffer_manager.cpp
- compiling building.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling castle.cpp
- compiling char.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling char_affect.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling char_battle.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling char_change_empire.cpp
- compiling char_horse.cpp
- compiling char_item.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling char_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling char_quickslot.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling char_resist.cpp
- compiling char_skill.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling char_state.cpp
- compiling PetSystem.cpp
- compiling cmd.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling cmd_emotion.cpp
- compiling cmd_general.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling cmd_gm.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling cmd_oxevent.cpp
- compiling config.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling constants.cpp
- compiling crc32.cpp
- compiling cube.cpp
- compiling db.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling desc.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling desc_client.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling desc_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling desc_p2p.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling dev_log.cpp
- compiling dungeon.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling empire_text_convert.cpp
- compiling entity.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling entity_view.cpp
- compiling event.cpp
- compiling event_queue.cpp
- compiling exchange.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling file_loader.cpp
- compiling fishing.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling gm.cpp
- compiling guild.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling guild_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling guild_war.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling horse_rider.cpp
- compiling horsename_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling input.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling input_auth.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling input_db.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling input_login.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling input_main.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling input_p2p.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling input_teen.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling input_udp.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling ip_ban.cpp
- compiling item.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling item_addon.cpp
- compiling item_attribute.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling item_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling item_manager_idrange.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling locale.cpp
- compiling locale_service.cpp
- compiling log.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling login_data.cpp
- compiling lzo_manager.cpp
- compiling marriage.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling matrix_card.cpp
- compiling messenger_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling mining.cpp
- compiling mob_manager.cpp
- compiling monarch.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling motion.cpp
- compiling over9refine.cpp
- compiling p2p.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling packet_info.cpp
- compiling party.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling passpod.cpp
- compiling pcbang.cpp
- compiling polymorph.cpp
- compiling priv_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling pvp.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questevent.cpp
- compiling questlua.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questlua_affect.cpp
- compiling questlua_arena.cpp
- compiling questlua_ba.cpp
- compiling questlua_building.cpp
- compiling questlua_danceevent.cpp
- compiling questlua_dungeon.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questlua_forked.cpp
- compiling questlua_game.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questlua_global.cpp
- compiling questlua_guild.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questlua_horse.cpp
- compiling questlua_pet.cpp
- compiling questlua_item.cpp
- compiling questlua_marriage.cpp
- compiling questlua_mgmt.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questlua_monarch.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questlua_npc.cpp
- compiling questlua_oxevent.cpp
- compiling questlua_party.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questlua_pc.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questlua_quest.cpp
- compiling questlua_target.cpp
- compiling questmanager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questnpc.cpp
- compiling questpc.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling refine.cpp
- compiling regen.cpp
- compiling safebox.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling sectree.cpp
- compiling sectree_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling sequence.cpp
- compiling shop.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling skill.cpp
- compiling start_position.cpp
- compiling target.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling text_file_loader.cpp
- compiling trigger.cpp
- compiling utils.cpp
- compiling vector.cpp
- compiling war_map.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling wedding.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling xmas_event.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling version.cpp
- compiling panama.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling threeway_war.cpp
- compiling map_location.cpp
- compiling auth_brazil.cpp
- compiling BlueDragon.cpp
- compiling BlueDragon_Binder.cpp
- compiling DragonLair.cpp
- compiling questlua_dragonlair.cpp
- compiling HackShield.cpp
- compiling HackShield_Impl.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling char_hackshield.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling skill_power.cpp
- compiling affect.cpp
- compiling SpeedServer.cpp
- compiling questlua_speedserver.cpp
- compiling XTrapManager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling auction_manager.cpp
- compiling FileMonitor_FreeBSD.cpp
- compiling ClientPackageCryptInfo.cpp
- compiling cipher.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h: In member function 'CryptoPP::GetValueHelperClass<T, BASE>& CryptoPP::GetValueHelperClass<T, BASE>::Assignable() [with T = CryptoPP::DL_GroupParameters_GFP, BASE = CryptoPP::DL_GroupParameters_IntegerBased]':
- ../../../Extern/include/cryptopp/gfpcrypt.h:129: instantiated from here
- ../../../Extern/include/cryptopp/algparam.h:135: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/gfpcrypt.h:129: instantiated from here
- ../../../Extern/include/cryptopp/algparam.h:136: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:138: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = byte*]':
- ../../../Extern/include/cryptopp/cryptlib.h:271: instantiated from 'T CryptoPP::NameValuePairs::GetValueWithDefault(const char*, T) const [with T = byte*]'
- ../../../Extern/include/cryptopp/modes.h:219: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h: In constructor 'CryptoPP::GetValueHelperClass<T, BASE>::GetValueHelperClass(const T*, const char*, const std::type_info&, void*, const CryptoPP::NameValuePairs*) [with T = CryptoPP::DL_GroupParameters_GFP, BASE = CryptoPP::DL_GroupParameters_IntegerBased]':
- ../../../Extern/include/cryptopp/algparam.h:157: instantiated from 'CryptoPP::GetValueHelperClass<T, BASE> CryptoPP::GetValueHelper(const T*, const char*, const std::type_info&, void*, const CryptoPP::NameValuePairs*, BASE*) [with BASE = CryptoPP::DL_GroupParameters_IntegerBased, T = CryptoPP::DL_GroupParameters_GFP]'
- ../../../Extern/include/cryptopp/gfpcrypt.h:129: instantiated from here
- ../../../Extern/include/cryptopp/algparam.h:92: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:100: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h: In member function 'void CryptoPP::AlgorithmParametersTemplate<T>::AssignValue(const char*, const std::type_info&, void*) const [with T = CryptoPP::RandomNumberGenerator*]':
- cipher.cpp:397: instantiated from here
- ../../../Extern/include/cryptopp/algparam.h:313: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:313: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:315: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h: In member function 'CryptoPP::GetValueHelperClass<T, BASE>& CryptoPP::GetValueHelperClass<T, BASE>::Assignable() [with T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >, BASE = CryptoPP::DL_GroupParameters_IntegerBased]':
- ../../../Extern/include/cryptopp/gfpcrypt.h:93: instantiated from 'bool CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP, BASE_PRECOMP>::GetVoidValue(const char*, const std::type_info&, void*) const [with GROUP_PRECOMP = CryptoPP::ModExpPrecomputation, BASE_PRECOMP = CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>]'
- cipher.cpp:397: instantiated from here
- ../../../Extern/include/cryptopp/algparam.h:135: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:136: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:138: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h: In member function 'CryptoPP::GetValueHelperClass<T, BASE>& CryptoPP::GetValueHelperClass<T, BASE>::operator()(const char*, const R& (T::*)()const) [with R = CryptoPP::Integer, T = CryptoPP::DL_GroupParameters<CryptoPP::Integer>, BASE = CryptoPP::DL_GroupParameters<CryptoPP::Integer>]':
- ../../../Extern/include/cryptopp/pubkey.h:551: instantiated from 'bool CryptoPP::DL_GroupParameters<T>::GetVoidValue(const char*, const std::type_info&, void*) const [with T = CryptoPP::Integer]'
- cipher.cpp:397: instantiated from here
- ../../../Extern/include/cryptopp/algparam.h:124: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h: In constructor 'CryptoPP::AssignFromHelperClass<T, BASE>::AssignFromHelperClass(T*, const CryptoPP::NameValuePairs&) [with T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >, BASE = CryptoPP::DL_GroupParameters_IntegerBased]':
- ../../../Extern/include/cryptopp/algparam.h:231: instantiated from 'CryptoPP::AssignFromHelperClass<T, BASE> CryptoPP::AssignFromHelper(T*, const CryptoPP::NameValuePairs&, BASE*) [with BASE = CryptoPP::DL_GroupParameters_IntegerBased, T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >]'
- ../../../Extern/include/cryptopp/gfpcrypt.h:96: instantiated from 'void CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP, BASE_PRECOMP>::AssignFrom(const CryptoPP::NameValuePairs&) [with GROUP_PRECOMP = CryptoPP::ModExpPrecomputation, BASE_PRECOMP = CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>]'
- cipher.cpp:397: instantiated from here
- ../../../Extern/include/cryptopp/algparam.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:189: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h: In constructor 'CryptoPP::GetValueHelperClass<T, BASE>::GetValueHelperClass(const T*, const char*, const std::type_info&, void*, const CryptoPP::NameValuePairs*) [with T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >, BASE = CryptoPP::DL_GroupParameters_IntegerBased]':
- ../../../Extern/include/cryptopp/algparam.h:157: instantiated from 'CryptoPP::GetValueHelperClass<T, BASE> CryptoPP::GetValueHelper(const T*, const char*, const std::type_info&, void*, const CryptoPP::NameValuePairs*, BASE*) [with BASE = CryptoPP::DL_GroupParameters_IntegerBased, T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >]'
- ../../../Extern/include/cryptopp/gfpcrypt.h:93: instantiated from 'bool CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP, BASE_PRECOMP>::GetVoidValue(const char*, const std::type_info&, void*) const [with GROUP_PRECOMP = CryptoPP::ModExpPrecomputation, BASE_PRECOMP = CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>]'
- cipher.cpp:397: instantiated from here
- ../../../Extern/include/cryptopp/algparam.h:92: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:100: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h: In constructor 'CryptoPP::GetValueHelperClass<T, BASE>::GetValueHelperClass(const T*, const char*, const std::type_info&, void*, const CryptoPP::NameValuePairs*) [with T = CryptoPP::DL_GroupParameters<CryptoPP::Integer>, BASE = CryptoPP::DL_GroupParameters<CryptoPP::Integer>]':
- ../../../Extern/include/cryptopp/algparam.h:163: instantiated from 'CryptoPP::GetValueHelperClass<T, T> CryptoPP::GetValueHelper(const T*, const char*, const std::type_info&, void*, const CryptoPP::NameValuePairs*) [with T = CryptoPP::DL_GroupParameters<CryptoPP::Integer>]'
- ../../../Extern/include/cryptopp/pubkey.h:551: instantiated from 'bool CryptoPP::DL_GroupParameters<T>::GetVoidValue(const char*, const std::type_info&, void*) const [with T = CryptoPP::Integer]'
- cipher.cpp:397: instantiated from here
- ../../../Extern/include/cryptopp/algparam.h:92: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:95: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:97: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:100: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:102: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/algparam.h:111: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetThisObject(T&) const [with T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >]':
- ../../../Extern/include/cryptopp/algparam.h:187: instantiated from 'CryptoPP::AssignFromHelperClass<T, BASE>::AssignFromHelperClass(T*, const CryptoPP::NameValuePairs&) [with T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >, BASE = CryptoPP::DL_GroupParameters_IntegerBased]'
- ../../../Extern/include/cryptopp/algparam.h:231: instantiated from 'CryptoPP::AssignFromHelperClass<T, BASE> CryptoPP::AssignFromHelper(T*, const CryptoPP::NameValuePairs&, BASE*) [with BASE = CryptoPP::DL_GroupParameters_IntegerBased, T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >]'
- ../../../Extern/include/cryptopp/gfpcrypt.h:96: instantiated from 'void CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP, BASE_PRECOMP>::AssignFrom(const CryptoPP::NameValuePairs&) [with GROUP_PRECOMP = CryptoPP::ModExpPrecomputation, BASE_PRECOMP = CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>]'
- cipher.cpp:397: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:250: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >]':
- ../../../Extern/include/cryptopp/cryptlib.h:250: instantiated from 'bool CryptoPP::NameValuePairs::GetThisObject(T&) const [with T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >]'
- ../../../Extern/include/cryptopp/algparam.h:187: instantiated from 'CryptoPP::AssignFromHelperClass<T, BASE>::AssignFromHelperClass(T*, const CryptoPP::NameValuePairs&) [with T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >, BASE = CryptoPP::DL_GroupParameters_IntegerBased]'
- ../../../Extern/include/cryptopp/algparam.h:231: instantiated from 'CryptoPP::AssignFromHelperClass<T, BASE> CryptoPP::AssignFromHelper(T*, const CryptoPP::NameValuePairs&, BASE*) [with BASE = CryptoPP::DL_GroupParameters_IntegerBased, T = CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation, CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer> >]'
- ../../../Extern/include/cryptopp/gfpcrypt.h:96: instantiated from 'void CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP, BASE_PRECOMP>::AssignFrom(const CryptoPP::NameValuePairs&) [with GROUP_PRECOMP = CryptoPP::ModExpPrecomputation, BASE_PRECOMP = CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>]'
- cipher.cpp:397: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling buff_on_attributes.cpp
- compiling dragon_soul_table.cpp
- In file included from dragon_soul_table.cpp:6:
- ../../../Extern/include/boost/lexical_cast.hpp: In constructor 'boost::bad_lexical_cast::bad_lexical_cast()':
- ../../../Extern/include/boost/lexical_cast.hpp:69: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/boost/lexical_cast.hpp:69: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/boost/lexical_cast.hpp: In function 'Target boost::detail::lexical_cast(typename boost::call_traits<Source>::param_type, CharT*, size_t) [with Target = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Source = int, bool Unlimited = false, CharT = char]':
- ../../../Extern/include/boost/lexical_cast.hpp:1174: instantiated from 'Target boost::lexical_cast(const Source&) [with Target = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Source = int]'
- dragon_soul_table.cpp:791: instantiated from here
- ../../../Extern/include/boost/lexical_cast.hpp:1152: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/boost/lexical_cast.hpp:1152: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling DragonSoul.cpp
- In file included from DragonSoul.cpp:12:
- ../../../Extern/include/boost/lexical_cast.hpp: In constructor 'boost::bad_lexical_cast::bad_lexical_cast()':
- ../../../Extern/include/boost/lexical_cast.hpp:69: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/boost/lexical_cast.hpp:69: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/boost/lexical_cast.hpp: In function 'Target boost::detail::lexical_cast(typename boost::call_traits<T2>::param_type, CharT*, size_t) [with Target = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Source = int, bool Unlimited = false, CharT = char]':
- ../../../Extern/include/boost/lexical_cast.hpp:1174: instantiated from 'Target boost::lexical_cast(const Source&) [with Target = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Source = int]'
- DragonSoul.cpp:392: instantiated from here
- ../../../Extern/include/boost/lexical_cast.hpp:1152: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/boost/lexical_cast.hpp:1152: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling group_text_parse_tree.cpp
- compiling char_dragonsoul.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling questlua_dragonsoul.cpp
- compiling shop_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling shopEx.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling item_manager_read_tables.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling shutdown_manager.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- compiling minilzo.c
- compiling main.cpp
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = std::string]':
- ../../../Extern/include/cryptopp/cryptlib.h:277: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- ../../../Extern/include/cryptopp/cryptlib.h: In member function 'bool CryptoPP::NameValuePairs::GetValue(const char*, T&) const [with T = int]':
- ../../../Extern/include/cryptopp/cryptlib.h:283: instantiated from here
- ../../../Extern/include/cryptopp/cryptlib.h:264: warning: dereferencing type-punned pointer will break strict-aliasing rules
- linking ../game_r41020
- .obj/MarkImage.o: In function `CGuildMarkImage::GetData(unsigned int, unsigned int, unsigned int, unsigned int, void*)':
- /root/Ira/Server/game/src/MarkImage.cpp:128: undefined reference to `ilBindImage'
- /root/Ira/Server/game/src/MarkImage.cpp:129: undefined reference to `ilCopyPixels'
- .obj/MarkImage.o: In function `CGuildMarkImage::PutData(unsigned int, unsigned int, unsigned int, unsigned int, void*)':
- /root/Ira/Server/game/src/MarkImage.cpp:122: undefined reference to `ilBindImage'
- /root/Ira/Server/game/src/MarkImage.cpp:123: undefined reference to `ilSetPixels'
- .obj/MarkImage.o: In function `CGuildMarkImage::Save(char const*)':
- /root/Ira/Server/game/src/MarkImage.cpp:48: undefined reference to `ilEnable'
- /root/Ira/Server/game/src/MarkImage.cpp:49: undefined reference to `ilBindImage'
- /root/Ira/Server/game/src/MarkImage.cpp:51: undefined reference to `ilSave'
- .obj/MarkImage.o: In function `CGuildMarkImage::Create()':
- /root/Ira/Server/game/src/MarkImage.cpp:43: undefined reference to `ilGenImages'
- .obj/MarkImage.o: In function `CGuildMarkImage::Destroy()':
- /root/Ira/Server/game/src/MarkImage.cpp:34: undefined reference to `ilDeleteImages'
- .obj/MarkImage.o: In function `CGuildMarkImage::Load(char const*)':
- /root/Ira/Server/game/src/MarkImage.cpp:92: undefined reference to `ilBindImage'
- /root/Ira/Server/game/src/MarkImage.cpp:93: undefined reference to `ilEnable'
- /root/Ira/Server/game/src/MarkImage.cpp:94: undefined reference to `ilOriginFunc'
- /root/Ira/Server/game/src/MarkImage.cpp:96: undefined reference to `ilLoad'
- /root/Ira/Server/game/src/MarkImage.cpp:102: undefined reference to `ilGetInteger'
- /root/Ira/Server/game/src/MarkImage.cpp:108: undefined reference to `ilGetInteger'
- /root/Ira/Server/game/src/MarkImage.cpp:114: undefined reference to `ilConvertImage'
- .obj/MarkImage.o: In function `CGuildMarkImage::Build(char const*)':
- /root/Ira/Server/game/src/MarkImage.cpp:64: undefined reference to `ilBindImage'
- /root/Ira/Server/game/src/MarkImage.cpp:65: undefined reference to `ilEnable'
- /root/Ira/Server/game/src/MarkImage.cpp:66: undefined reference to `ilOriginFunc'
- /root/Ira/Server/game/src/MarkImage.cpp:71: undefined reference to `ilTexImage'
- /root/Ira/Server/game/src/MarkImage.cpp:79: undefined reference to `ilEnable'
- /root/Ira/Server/game/src/MarkImage.cpp:81: undefined reference to `ilSave'
- .obj/main.o: In function `main':
- /root/Ira/Server/game/src/main.cpp:385: undefined reference to `ilInit'
- Makefile:189: recipe for target '../game_r41020' failed
- gmake[1]: *** [../game_r41020] Error 1
- gmake[1]: Leaving directory '/root/Ira/Server/game/src'
- Makefile:74: recipe for target 'all' failed
- gmake: *** [all] Error 2