We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2ef99 commit b6c4eccCopy full SHA for b6c4ecc
lib/attr.h
@@ -5,7 +5,7 @@
5
#include "config.h"
6
7
8
-#if defined(__GNUC__)
+#if (__GNUC__ >= 10)
9
# define MAYBE_UNUSED [[gnu::unused]]
10
# define NORETURN [[gnu::__noreturn__]]
11
# define format_attr(type, fmt, va) [[gnu::format(type, fmt, va)]]
0 commit comments