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 /*