Skip to content

remove extra ";" warning (error with old compilers)

Lorenzo Pivetta requested to merge declare-crash-handler into master

Removing extra comma after DECLARE_CRASH_HANDLER Triggers a warning when compiling generated C++ code with recent compilers. Error with old g++ 4.1.3

Merge request reports