diff options
Diffstat (limited to 'demo')
-rw-r--r-- | demo/GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/GNUmakefile b/demo/GNUmakefile index b3f038b..c2e5143 100644 --- a/demo/GNUmakefile +++ b/demo/GNUmakefile @@ -19,6 +19,7 @@ CFLAGS := \ -Wall \ -Wextra \ -Wpedantic \ + -Wno-attributes \ -ffreestanding \ -fshort-enums \ -mcpu=arm7tdmi \ |