diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-02-10 02:30:53 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-02-10 02:30:53 +0000 |
| commit | d63e76cc218ee426a046143d10d4fdebe7dbc0ca (patch) | |
| tree | 89ed24042b55cf908afaf0f79baa0c3aef4a6a1f /sys/modules/syscons | |
| parent | 71e842053506c103b5074942969580b20e34115f (diff) | |
Notes
Diffstat (limited to 'sys/modules/syscons')
| -rw-r--r-- | sys/modules/syscons/fire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/syscons/fire/Makefile b/sys/modules/syscons/fire/Makefile index 306184b88434..7f2e98736475 100644 --- a/sys/modules/syscons/fire/Makefile +++ b/sys/modules/syscons/fire/Makefile @@ -5,6 +5,6 @@ KMOD= fire_saver SRCS= fire_saver.c -CWARNFLAGS= -Wall -pedantic +CWARNFLAGS= -Wall -Wno-long-long -pedantic .include <bsd.kmod.mk> |
