Felix Lapalme

Results 2 issues of Felix Lapalme

Calling the init method a second time hangs forever, so the loop is never executed otherwise. Removing the second call fixes it.

C++ warnings with severity 1 were being classified as errors based solely on categoryIdent (e.g. "Parse Issue"), ignoring the severity field. Now uses severity to distinguish warnings (severity 1) from...