What steps will reproduce the problem?
When I compile .ptoto file with message that include repeated messages I get
error.
For example .proto has:
.
.
.
message XYPoint{
required float time = 1;
required float amplitude= 2;
}
message XYGraph{
repeated XYPoint point = 1;
}
.
.
.
What is the expected output? What do you see instead?
I expected to get the following function:
int XYGraph_is_default_message(struct XYGraph *_XYGraph) {
return 0;
}
BUT, I get:
int XYGraph_is_default_message(struct XYGraph *_XYGraph) {
return
}
What version of the product are you using? On what operating
system?EmbeddedProtoBuf version 1.0M4, OS: Windows7 HomePremium 64bit
Please provide any additional information below.
Original issue reported on code.google.com by magnet...@gmail.com on 10 Jun 2013 at 2:40
Original issue reported on code.google.com by
magnet...@gmail.com
on 10 Jun 2013 at 2:40