mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 15:59:52 +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 += -Ifreebsd/lib/libipsec
|
||||||
CFLAGS += -Itestsuite/include
|
CFLAGS += -Itestsuite/include
|
||||||
CFLAGS += -Wall
|
CFLAGS += -Wall
|
||||||
|
CFLAGS += -Wno-format
|
||||||
CFLAGS += -std=gnu99
|
CFLAGS += -std=gnu99
|
||||||
CFLAGS += -MT $@ -MD -MP -MF $(basename $@).d
|
CFLAGS += -MT $@ -MD -MP -MF $(basename $@).d
|
||||||
NEED_DUMMY_PIC_IRQ=yes
|
NEED_DUMMY_PIC_IRQ=yes
|
||||||
|
@ -429,6 +429,7 @@ class ModuleManager:
|
|||||||
'CFLAGS += -Ifreebsd/lib/libipsec\n' \
|
'CFLAGS += -Ifreebsd/lib/libipsec\n' \
|
||||||
'CFLAGS += -Itestsuite/include\n' \
|
'CFLAGS += -Itestsuite/include\n' \
|
||||||
'CFLAGS += -Wall\n' \
|
'CFLAGS += -Wall\n' \
|
||||||
|
'CFLAGS += -Wno-format\n' \
|
||||||
'CFLAGS += -std=gnu99\n' \
|
'CFLAGS += -std=gnu99\n' \
|
||||||
'CFLAGS += -MT $@ -MD -MP -MF $(basename $@).d\n' \
|
'CFLAGS += -MT $@ -MD -MP -MF $(basename $@).d\n' \
|
||||||
'NEED_DUMMY_PIC_IRQ=yes\n' \
|
'NEED_DUMMY_PIC_IRQ=yes\n' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user