Print this page
10077 usr/src/uts/ Makefile changes for smatch

*** 21,30 **** --- 21,31 ---- # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright (c) 2018, Joyent, Inc. # # This makefile drives the PCIC style PCMCIA adapter # It is mostly a standard driver #
*** 76,85 **** --- 77,89 ---- CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-unused-function CERRWARN += -_gcc=-Wno-uninitialized + # needs work + SMOFF += no_if_block,indenting,all_func_returns + # # Default build targets. # .KEEP_STATE: