From fede0f999cec74ad3182475d9502df571dceac51 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 2 Jan 2016 13:27:18 +0100 Subject: [PATCH] compiler warning --- src/lib/ebus/test/test_message.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ebus/test/test_message.cpp b/src/lib/ebus/test/test_message.cpp index 074c0e56..2d0740b2 100644 --- a/src/lib/ebus/test/test_message.cpp +++ b/src/lib/ebus/test/test_message.cpp @@ -135,7 +135,7 @@ int main() bool failedPrepareMatch = flags.find('P') != string::npos; bool multi = flags.find('*') != string::npos; bool withInput = flags.find('i') != string::npos; - result_t result; + result_t result = RESULT_EMPTY; if (isChain) { size_t pos = 0; string token;