tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: ACPICA userland utilities reenable support for NetBSD
On Mar 8, 11:38am, n54%gmx.com@localhost ("Kamil Rytarowski") wrote:
-- Subject: Re: ACPICA userland utilities reenable support for NetBSD
| INSTALLFLAGS ?= -f
| @@ -163,7 +167,6 @@ CFLAGS += \
| CWARNINGFLAGS = \
| -std=c99\
| -Wall\
| - -Wbad-function-cast\
| -Wdeclaration-after-statement\
| -Werror\
| -Wformat=2\
| @@ -206,6 +209,11 @@ ifneq ($(HOST), _FreeBSD)
| endif
| endif
|
| +ifneq ($(HOST), _NetBSD)
| + CWARNINGFLAGS += \
| + -Wbad-function-cast
| +endif
Why? gcc-4.8 has that flag, do we produce warnings others don't?
What warnings. Nevertheless even if you do it, you should explain.
| filename=patch-source-os_specific-service_layers-osnetbsdtbl.c
Ok, how is ours different than FreeBSD's? Can we just make osbsdtbl.c?
christos
Home |
Main Index |
Thread Index |
Old Index