diff options
Diffstat (limited to 'termios/Makefile')
-rw-r--r-- | termios/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/termios/Makefile b/termios/Makefile index 54ed9fe51e..1490dd17b2 100644 --- a/termios/Makefile +++ b/termios/Makefile @@ -31,3 +31,4 @@ routines := speed cfsetspeed tcsetattr tcgetattr tcgetpgrp tcsetpgrp \ include ../Rules CFLAGS-tcdrain.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-tcsetattr.c += $(config-cflags-wno-ignored-attributes) |