mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-22 23:55:34 +08:00
Enable compiler warnings
This commit is contained in:
parent
06ad80cbda
commit
b49921ee97
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ CFLAGS += -Ifreebsd/lib/libkvm
|
||||
CFLAGS += -Ifreebsd/lib/libmemstat
|
||||
CFLAGS += -Ifreebsd/lib/libipsec
|
||||
CFLAGS += -Itestsuite/include
|
||||
CFLAGS += -w
|
||||
CFLAGS += -Wall
|
||||
CFLAGS += -std=gnu99
|
||||
CFLAGS += -MT $@ -MD -MP -MF $(basename $@).d
|
||||
NEED_DUMMY_PIC_IRQ=yes
|
||||
|
@ -428,7 +428,7 @@ class ModuleManager:
|
||||
'CFLAGS += -Ifreebsd/lib/libmemstat\n' \
|
||||
'CFLAGS += -Ifreebsd/lib/libipsec\n' \
|
||||
'CFLAGS += -Itestsuite/include\n' \
|
||||
'CFLAGS += -w\n' \
|
||||
'CFLAGS += -Wall\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