Print this page
10079 smatch Makefile changes for usr/src/lib

*** 1,10 **** --- 1,11 ---- # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> # Copyright 2016 Nexenta Systems, Inc. All rights reserved. + # Copyright (c) 2018, Joyent, Inc. # # Make the SO name unlikely to conflict with any other # libsqlite that might also be found on the system. LIBRARY = libsqlite-sys.a
*** 97,106 **** --- 98,110 ---- CERRWARN += -_gcc=-Wno-implicit-function-declaration CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-function CERRWARN += -_gcc=-Wno-unused-label + # not linted + SMATCH=off + MAPFILES = ../mapfile-sqlite # headers generated here GENHDR = opcodes.h parse.h