Change-Id: Ie324d923a322bb8fbf429498ad653d4e83b6f97d
This commit is contained in:
Solomon Peachy 2025-04-21 16:59:10 -04:00
parent 180753ce0a
commit 0d8f99e78c

View file

@ -1079,6 +1079,8 @@ Lyre prototype 1 */
*/
#if __GNUC__ >= 8
#define __NONSTRING __attribute__((__nonstring__))
#else
#define __NONSTRING
#endif
/*