diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-08-16 14:07:47 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-08-16 14:07:47 +0000 |
commit | fb22979c02ec1ab84832084bea882640c366be5b (patch) | |
tree | 072b8681dc35785ce9625a883e014b22f27443bb | |
parent | 0833839f60181af6fcf14de327d3ba2b30da8ed2 (diff) | |
download | illumos-joyent-fb22979c02ec1ab84832084bea882640c366be5b.tar.gz |
11529 Use -Wno-maybe-initialized [fix mismerge]
-rw-r--r-- | usr/src/cmd/zoneadmd/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/cmd/zoneadmd/Makefile b/usr/src/cmd/zoneadmd/Makefile index 21cda0ce44..aa41acfc8b 100644 --- a/usr/src/cmd/zoneadmd/Makefile +++ b/usr/src/cmd/zoneadmd/Makefile @@ -32,6 +32,12 @@ include ../Makefile.ctf $(64ONLY)SUBDIRS= $(MACH) $(BUILD64)SUBDIRS += $(MACH64) +all := TARGET = all +install := TARGET = install +clean := TARGET = clean +clobber := TARGET = clobber +lint := TARGET = lint + CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-switch CERRWARN += -_gcc=-Wno-parentheses |