From 39a59c929f486bb3cc0c275dcda83106851c03cf Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 3 Apr 2025 00:59:24 +0200 Subject: [PATCH] Add dummy deprecated key. --- src/build/project.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/build/project.c b/src/build/project.c index 9f1ba4e2e..51b7a89b6 100644 --- a/src/build/project.c +++ b/src/build/project.c @@ -68,8 +68,7 @@ const char *project_default_keys[][2] = { const int project_default_keys_count = ELEMENTLEN(project_default_keys); -const char* project_deprecated_target_keys[] = { -}; +const char* project_deprecated_target_keys[] = { "xxxxxxxxxx" }; const char* project_target_keys[][2] = { {"benchfn", "Override the benchmark function."}, {"c-sources", "Additional C sources to be compiled for the target."},