From 0d8f99e78c53355e60144241242026570df79f56 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 21 Apr 2025 16:59:10 -0400 Subject: [PATCH] Fix red in 180753ce0a Change-Id: Ie324d923a322bb8fbf429498ad653d4e83b6f97d --- firmware/export/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/export/config.h b/firmware/export/config.h index 0eba638863..f9cb7786a0 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1079,6 +1079,8 @@ Lyre prototype 1 */ */ #if __GNUC__ >= 8 #define __NONSTRING __attribute__((__nonstring__)) +#else +#define __NONSTRING #endif /*