When not initialized, an extra code segment would be added to annotated.html --- tester/covoar/ReportsHtml.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tester/covoar/ReportsHtml.cc b/tester/covoar/ReportsHtml.cc index 88ea25b..83fc52f 100644 --- a/tester/covoar/ReportsHtml.cc +++ b/tester/covoar/ReportsHtml.cc @@ -41,7 +41,8 @@ namespace Coverage { time_t timestamp, const std::string& symbolSetName, Coverage::Explanations& allExplanations - ): ReportsBase( timestamp, symbolSetName, allExplanations ) + ): ReportsBase( timestamp, symbolSetName, allExplanations ), + lastState_m( A_SOURCE ) { reportExtension_m = ".html"; } -- 1.8.3.1 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel