Skip to content

The variable thePatch maybe used uninitialized

Simon Praetorius requested to merge issue/maybe-uninitialized-thePatch into master

In BVP_Init the variables are just declared but not initialized. The Compiler now warns specifically about the variable thePatch that might not be initialized in the various execution paths. This MR provides a default initialization.

Merge request reports