Fix code may be uninitilized build errors

This commit is contained in:
Justin Hammond 2019-10-14 13:02:08 +08:00
parent c9315f0d0c
commit 3147be97a2

View file

@ -86,7 +86,7 @@ namespace OpenZWave
unsigned int LogImpl::toEscapeCode(LogLevel _level)
{
unsigned int code;
unsigned int code = 39;
switch (_level)
{