mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 10:29:46 +08:00
Add -Wno-format
This commit is contained in:
parent
b49921ee97
commit
25d028cd67
1
Makefile
1
Makefile
@ -23,6 +23,7 @@ CFLAGS += -Ifreebsd/lib/libmemstat
|
||||
CFLAGS += -Ifreebsd/lib/libipsec
|
||||
CFLAGS += -Itestsuite/include
|
||||
CFLAGS += -Wall
|
||||
CFLAGS += -Wno-format
|
||||
CFLAGS += -std=gnu99
|
||||
CFLAGS += -MT $@ -MD -MP -MF $(basename $@).d
|
||||
NEED_DUMMY_PIC_IRQ=yes
|
||||
|
@ -429,6 +429,7 @@ class ModuleManager:
|
||||
'CFLAGS += -Ifreebsd/lib/libipsec\n' \
|
||||
'CFLAGS += -Itestsuite/include\n' \
|
||||
'CFLAGS += -Wall\n' \
|
||||
'CFLAGS += -Wno-format\n' \
|
||||
'CFLAGS += -std=gnu99\n' \
|
||||
'CFLAGS += -MT $@ -MD -MP -MF $(basename $@).d\n' \
|
||||
'NEED_DUMMY_PIC_IRQ=yes\n' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user