Actions
Bug #1560
closedBuild error in nfdc.cpp with gcc 4.8
Start date:
04/29/2014
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
../tools/nfdc.cpp: In function ‘int main(int, char**)’:
../tools/nfdc.cpp:421:53: error: ‘result’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
p.m_cost = boost::lexical_cast<int>(optarg);
^
cc1plus: all warnings being treated as errors
Actions