mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Don't override CWARNFLAGS in these Makefiles.
This commit is contained in:
parent
efb14d4614
commit
cca416b2b1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106762
@ -5,6 +5,4 @@
|
||||
KMOD= dragon_saver
|
||||
SRCS= dragon_saver.c
|
||||
|
||||
#CWARNFLAGS= -Wall -Wno-long-long -pedantic
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -5,6 +5,4 @@
|
||||
KMOD= fire_saver
|
||||
SRCS= fire_saver.c
|
||||
|
||||
CWARNFLAGS= -Wall -Wno-long-long -pedantic
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -5,6 +5,4 @@
|
||||
KMOD= warp_saver
|
||||
SRCS= warp_saver.c
|
||||
|
||||
CWARNFLAGS= -Wall -pedantic
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user