While building wallet;
miner.cpp: In function ‘CBlock* CreateNewBlock(CWallet*, bool, int64_t*)’:
miner.cpp:116:5: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
auto_ptr<CBlock> pblock(new CBlock());
^~~~~~~~
Although it doesn't seem to be a critical error, I'm going to go ahead and leave it here ;)