AnantLabs / rf-ace

Automatically exported from code.google.com/p/rf-ace
0 stars 0 forks source link

minor: uninitialized warning during make #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tar xzf rf_ace_v1.0.4_src.tar.gz
2. make

What is the expected output? What do you see instead?

- Expecting no warning during make

- Seeing:
src/node.cpp: In member function 'bool Node::regularSplitterSeek(Treedata*, 
size_t, const std::vector<long unsigned int>&, const std::vector<long unsigned 
int>&, const Node::GrowInstructions&, size_t&, std::vector<long unsigned int>&, 
std::vector<long unsigned int>&, datadefs::num_t&)':
src/node.cpp:377:92: warning: 'splitValue' may be used uninitialized in this 
function [-Wuninitialized]

In each step where node.cpp is compiled.

What version of the product are you using? On what operating system?
- v1.0.4 on Ubuntu Linux 11.10

Please provide any additional information below.

Original issue reported on code.google.com by analyt...@couponsinc.com on 9 Apr 2012 at 10:18

GoogleCodeExporter commented 9 years ago
This should be fixed.

Original comment by timo.erk...@gmail.com on 29 May 2012 at 5:35