From ffaa83ad27fa3713a86d04dcbf200b1de0454bfc Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 8 Jan 2019 20:22:59 +1100 Subject: Buld Tests: Update static analysis test for cppcheck 1.86. --- BuildTests/BoardDriverTest/Test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuildTests/BoardDriverTest/Test.c') diff --git a/BuildTests/BoardDriverTest/Test.c b/BuildTests/BoardDriverTest/Test.c index 226b3e8e5..95b8f04d0 100644 --- a/BuildTests/BoardDriverTest/Test.c +++ b/BuildTests/BoardDriverTest/Test.c @@ -53,7 +53,7 @@ int main(void) { - uint_reg_t Dummy; + uint_reg_t Dummy = 0; /* ============================= * Buttons Compile Check -- cgit v1.2.3