Print this page
10080 smatch Makefile changes for usr/src/cmd

*** 18,27 **** --- 18,28 ---- # # CDDL HEADER END # # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. # + # Copyright (c) 2018, Joyent, Inc. ILBD= ilbd PROG= $(ILBD) MANIFEST= ilbd.xml
*** 51,60 **** --- 52,64 ---- CERRWARN += -_gcc=-Wno-switch CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-label + # not linted + SMATCH=off + CSTD = $(CSTD_GNU99) # I18n POFILE = $(ILBD).po POFILES = $(ILBD_SRCS:%.c=%.po)