The variable thePatch maybe used uninitialized
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.