hash/KeccakHash.c:26:71: warning: invalid conversion from âintâ to âHashReturnâ [-fpermissive] result = Keccak_SpongeInitialize(&instance->sponge, rate, capacity); ^ hash/KeccakHash.c: In function âHashReturn Keccak_HashUpdate(Keccak_HashInstance*, const BitSequence*, DataLength)â: hash/KeccakHash.c:39:73: warning: invalid conversion from âintâ to âHashReturnâ [-fpermissive] return Keccak_SpongeAbsorb(&instance->sponge, data, databitlen/8); ^ hash/KeccakHash.c:41:83: warning: invalid conversion from âintâ to âHashReturnâ [-fpermissive] HashReturn ret = Keccak_SpongeAbsorb(&instance->sponge, data, databitlen/8); ^ hash/KeccakHash.c:53:72: warning: invalid conversion from âintâ to âHashReturnâ [-fpermissive] ret = Keccak_SpongeAbsorb(&instance->sponge, oneByte, 1); ^ hash/KeccakHash.c: In function âHashReturn Keccak_HashFinal(Keccak_HashInstance*, BitSequence*)â: hash/KeccakHash.c:65:97: warning: invalid conversion from âintâ to âHashReturnâ [-fpermissive] HashReturn ret = Keccak_SpongeAbsorbLastFewBits(&instance->sponge, instance->delimitedSuffix); ^ hash/KeccakHash.c:67:94: warning: invalid conversion from âintâ to âHashReturnâ [-fpermissive] return Keccak_SpongeSqueeze(&instance->sponge, hashval, instance->fixedOutputLength/8); ^ hash/KeccakHash.c: In function âHashReturn Keccak_HashSqueeze(Keccak_HashInstance*, BitSequence*, DataLength)â: hash/KeccakHash.c:78:70: warning: invalid conversion from âintâ to âHashReturnâ [-fpermissive] return Keccak_SpongeSqueeze(&instance->sponge, data, databitlen/8); ^ g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOS T_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/PrimePoolMiner/PrimePoolMiner/PrimePoolMiner -I/home/PrimePoolMiner/PrimePoolMiner/PrimePoolMiner/build -I/hom e/PrimePoolMiner/PrimePoolMiner/PrimePoolMiner/hash -O2 -MMD -o build/util.o util.cpp In file included from util.h:5:0, from util.cpp:1: hash/templates.h: In function âuint256 SK256(const std::vector&)â: hash/templates.h:40:23: warning: unused variable âpblankâ [-Wunused-variable] static unsigned char pblank[1]; ^ g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOS T_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/PrimePoolMiner/PrimePoolMiner/PrimePoolMiner -I/home/PrimePoolMiner/PrimePoolMiner/PrimePoolMiner/build -I/hom e/PrimePoolMiner/PrimePoolMiner/PrimePoolMiner/hash -O2 -MMD -o build/prime.o prime.cpp prime.cpp:26:12: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] 1742638811,1935587651,2048038451,2397437501,2799645461,2843348351,3734403131,4090833821,5349522791,5379039551,5522988461,5794564661, ^ prime.cpp:26:12: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] prime.cpp:26:12: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] prime.cpp:26:12: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] prime.cpp:26:12: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] In file included from util.h:5:0, from types.h:4, from core.h:4, from prime.cpp:9: hash/templates.h: In function âuint256 SK256(const std::vector&)â: hash/templates.h:40:23: warning: unused variable âpblankâ [-Wunused-variable] static unsigned char pblank[1]; ^ In file included from core.h:4:0, from prime.cpp:9: types.h: At global scope: types.h:26:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool fStopped = false; ^ types.h: In member function âLLP::DDOS_Score& LLP::DDOS_Score::operator++(int)â: types.h:109:3: warning: no return statement in function returning non-void [-Wreturn-type] } ^ types.h: In constructor âLLP::DDOS_Filter::DDOS_Filter(unsigned int)â: types.h:119:22: warning: âLLP::DDOS_Filter::cSCOREâ will be initialized after [-Wreorder] DDOS_Score rSCORE, cSCORE; ^ types.h:116:16: warning: âunsigned int LLP::DDOS_Filter::BANTIMEâ [-Wreorder] unsigned int BANTIME, TOTALBANS; ^ types.h:121:3: warning: when initialized here [-Wreorder] DDOS_Filter(unsigned int nTimespan) : rSCORE(nTimespan), cSCORE(nTimespan), BANTIME(0), TOTALBANS(0) { } ^ In file included from core.h:4:0, from prime.cpp:9: types.h: In constructor âLLP::Connection::Connection()â: types.h:231:18: warning: âLLP::Connection::DDOSâ will be initialized after [-Wreorder] DDOS_Filter* DDOS; ^ types.h:204:17: warning: âLLP::Packet LLP::Connection::INCOMINGâ [-Wreorder] Packet INCOMING; ^ types.h:235:3: warning: when initialized here [-Wreorder] Connection() : SOCKET(), DDOS(NULL), INCOMING(), CONNECTED(false) { INCOMING.SetNull(); } ^ types.h: In constructor âLLP::Connection::Connection(LLP::Socket_t, LLP::DDOS_Filter*)â: types.h:231:18: warning: âLLP::Connection::DDOSâ will be initialized after [-Wreorder] DDOS_Filter* DDOS; ^ types.h:204:17: warning: âLLP::Packet LLP::Connection::INCOMINGâ [-Wreorder] Packet INCOMING; ^ types.h:236:3: warning: when initialized here [-Wreorder] Connection( Socket_t SOCKET_IN, DDOS_Filter* DDOS_IN ) : SOCKET(SOCKET_IN), DDOS(DDOS_IN), INCOMING(), CONNECTED(true) { TIMER.Start(); } ^ In file included from prime.cpp:9:0: core.h: In constructor âLLP::Outbound::Outbound(std::string, std::string)â: core.h:12:19: warning: âLLP::Outbound::PORTâ will be initialized after [-Wreorder] std::string IP, PORT; ^ core.h:33:79: warning: base âLLP::Connectionâ [-Wreorder] Outbound(std::string ip, std::string port) : IP(ip), PORT(port), Connection() { } ^ core.h:33:3: warning: when initialized here [-Wreorder] Outbound(std::string ip, std::string port) : IP(ip), PORT(port), Connection() { } ^ In file included from prime.cpp:9:0: core.h: In constructor âCore::ServerConnection::ServerConnection(std::string, std::string, int, int)â: core.h:226:21: warning: âCore::ServerConnection::PORTâ will be initialized after [-Wreorder] std::string IP, PORT; ^ core.h:225:17: warning: âLLP::Timer Core::ServerConnection::TIMERâ [-Wreorder] LLP::Timer TIMER; ^ core.h:233:3: warning: when initialized here [-Wreorder] ServerConnection(std::string ip, std::string port, int nMaxThreads, int nMaxTimeout) : IP(ip), PORT(port), TIMER(), nThreads(nMaxThreads), nTimeout(nMaxTimeou t), THREAD(boost::bind(&ServerConnection::ServerThread, this)) ^ core.h:225:17: warning: âCore::ServerConnection::TIMERâ will be initialized after [-Wreorder] LLP::Timer TIMER; ^ core.h:222:7: warning: âint Core::ServerConnection::nThreadsâ [-Wreorder] int nThreads, nTimeout; ^ core.h:233:3: warning: when initialized here [-Wreorder] ServerConnection(std::string ip, std::string port, int nMaxThreads, int nMaxTimeout) : IP(ip), PORT(port), TIMER(), nThreads(nMaxThreads), nTimeout(nMaxTimeou t), THREAD(boost::bind(&ServerConnection::ServerThread, this)) ^ prime.cpp: In function âvoid Core::InitializePrimes()â: prime.cpp:151:69: warning: format â%uâ expects argument of type âunsigned intâ, but argument 2 has type â__mpz_struct*â [-Wformat=] printf("\nNo Inverse for prime %u at position %u\n\n", zPrime, i); ^ prime.cpp: In function âdouble Core::GetPrimeDifficulty(CBigNum, int)â: prime.cpp:184:13: warning: statement has no effect [-Wunused-value] for( next ; next <= lastPrime + 12; next += 2) ^ g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOS T_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/PrimePoolMiner/PrimePoolMiner/PrimePoolMiner -I/home/PrimePoolMiner/PrimePoolMiner/PrimePoolMiner/build -I/hom e/PrimePoolMiner/PrimePoolMiner/PrimePoolMiner/hash -O2 -MMD -o build/miner.o miner.cpp In file included from util.h:5:0, from types.h:4, from core.h:4, from miner.cpp:1: hash/templates.h: In function âuint256 SK256(const std::vector&)â: hash/templates.h:40:23: warning: unused variable âpblankâ [-Wunused-variable] static unsigned char pblank[1]; ^ In file included from core.h:4:0, from miner.cpp:1: types.h: At global scope: types.h:26:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default] bool fStopped = false; ^ types.h: In member function âLLP::DDOS_Score& LLP::DDOS_Score::operator++(int)â: types.h:109:3: warning: no return statement in function returning non-void [-Wreturn-type] } ^ types.h: In constructor âLLP::DDOS_Filter::DDOS_Filter(unsigned int)â: types.h:119:22: warning: âLLP::DDOS_Filter::cSCOREâ will be initialized after [-Wreorder] DDOS_Score rSCORE, cSCORE; ^ types.h:116:16: warning: âunsigned int LLP::DDOS_Filter::BANTIMEâ [-Wreorder] unsigned int BANTIME, TOTALBANS; ^ types.h:121:3: warning: when initialized here [-Wreorder] DDOS_Filter(unsigned int nTimespan) : rSCORE(nTimespan), cSCORE(nTimespan), BANTIME(0), TOTALBANS(0) { } ^ In file included from core.h:4:0, from miner.cpp:1: types.h: In constructor âLLP::Connection::Connection()â: types.h:231:18: warning: âLLP::Connection::DDOSâ will be initialized after [-Wreorder] DDOS_Filter* DDOS; ^ types.h:204:17: warning: âLLP::Packet LLP::Connection::INCOMINGâ [-Wreorder] Packet INCOMING; ^ types.h:235:3: warning: when initialized here [-Wreorder] Connection() : SOCKET(), DDOS(NULL), INCOMING(), CONNECTED(false) { INCOMING.SetNull(); } ^ types.h: In constructor âLLP::Connection::Connection(LLP::Socket_t, LLP::DDOS_Filter*)â: types.h:231:18: warning: âLLP::Connection::DDOSâ will be initialized after [-Wreorder] DDOS_Filter* DDOS; ^ types.h:204:17: warning: âLLP::Packet LLP::Connection::INCOMINGâ [-Wreorder] Packet INCOMING; ^ types.h:236:3: warning: when initialized here [-Wreorder] Connection( Socket_t SOCKET_IN, DDOS_Filter* DDOS_IN ) : SOCKET(SOCKET_IN), DDOS(DDOS_IN), INCOMING(), CONNECTED(true) { TIMER.Start(); } ^ In file included from miner.cpp:1:0: core.h: In constructor âLLP::Outbound::Outbound(std::string, std::string)â: core.h:12:19: warning: âLLP::Outbound::PORTâ will be initialized after [-Wreorder] std::string IP, PORT; ^ core.h:33:79: warning: base âLLP::Connectionâ [-Wreorder] Outbound(std::string ip, std::string port) : IP(ip), PORT(port), Connection() { } ^ core.h:33:3: warning: when initialized here [-Wreorder] Outbound(std::string ip, std::string port) : IP(ip), PORT(port), Connection() { } ^ In file included from miner.cpp:1:0: core.h: In constructor âCore::ServerConnection::ServerConnection(std::string, std::string, int, int)â: core.h:226:21: warning: âCore::ServerConnection::PORTâ will be initialized after [-Wreorder] std::string IP, PORT; ^ core.h:225:17: warning: âLLP::Timer Core::ServerConnection::TIMERâ [-Wreorder] LLP::Timer TIMER; ^ core.h:233:3: warning: when initialized here [-Wreorder] ServerConnection(std::string ip, std::string port, int nMaxThreads, int nMaxTimeout) : IP(ip), PORT(port), TIMER(), nThreads(nMaxThreads), nTimeout(nMaxTimeou t), THREAD(boost::bind(&ServerConnection::ServerThread, this)) ^ core.h:225:17: warning: âCore::ServerConnection::TIMERâ will be initialized after [-Wreorder] LLP::Timer TIMER; ^ core.h:222:7: warning: âint Core::ServerConnection::nThreadsâ [-Wreorder] int nThreads, nTimeout; ^ core.h:233:3: warning: when initialized here [-Wreorder] ServerConnection(std::string ip, std::string port, int nMaxThreads, int nMaxTimeout) : IP(ip), PORT(port), TIMER(), nThreads(nMaxThreads), nTimeout(nMaxTimeou t), THREAD(boost::bind(&ServerConnection::ServerThread, this)) ^ miner.cpp: In member function âvoid Core::MinerThread::PrimeMiner()â: miner.cpp:137:10: warning: name lookup of âiâ changed [enabled by default] for(i=0; i