From 1df2943cf80147a7d32f1edff5572d92162c663e Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Tue, 12 May 2020 16:32:44 -0600 Subject: Change to static const --- tests/include/tast2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/include') diff --git a/tests/include/tast2.h b/tests/include/tast2.h index f28c003..d39e8ea 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -50,7 +50,7 @@ extern "C" { #define ALLSHL (SHL1 | SHL2 | SHL3) // const not supported yet -const int SOME_CONST = 8; +static const int SOME_CONST = 8; struct some_struct_s { -- cgit v1.2.3