From 31f16d01d6aca13ce2a94aa701dc1e42b5a574c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 18 Jan 2022 20:59:30 +0100 Subject: [PATCH] fix in misra test code --- addons/test/misra/misra-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/test/misra/misra-test.cpp b/addons/test/misra/misra-test.cpp index 50dcd88d7..ce322326f 100644 --- a/addons/test/misra/misra-test.cpp +++ b/addons/test/misra/misra-test.cpp @@ -16,7 +16,7 @@ public: private: void* f; }; -C2::C2() : f(NULL) {} +C2::C2(void) : f(NULL) {} static void test_misra_21_1_crash(void) {