What steps will reproduce the problem?
Compile generated code with the following flags:
-g -Wunsafe-loop-optimizations -Wunreachable-code -g -Wall -Wextra
-Wlogical-op -Wredundant-decls -Wswitch-default -Wswitch-enum -Wshadow
-Wcast-align -Wwrite-strings -Wnested-externs -Wdisabled-optimization
-Wstack-protector -O
What is the expected output? What do you see instead?
Compiler error: "ISO C does not allow extra ‘;’ outside of a function."
Each of the new init functions have a semicolon immediately after the
function's closing bracket.
What version of the product are you using? On what operating system?
protobuf-c 0.6, protobuf 2.0.1, Fedora 9/i686
Please provide any additional information below.
Thanks for the continued improvements to this project!
Original issue reported on code.google.com by AdamJMo...@gmail.com on 8 Dec 2008 at 8:14
Original issue reported on code.google.com by
AdamJMo...@gmail.com
on 8 Dec 2008 at 8:14