Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized


  17 # fields enclosed by brackets "[]" replaced with your own identifying
  18 # information: Portions Copyright [yyyy] [name of copyright owner]
  19 #
  20 # CDDL HEADER END
  21 #
  22 #
  23 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 MODULE = ipp.so
  28 MDBTGT = kvm
  29 
  30 MODSRCS = ipp.c
  31 
  32 include ../../../../Makefile.cmd
  33 include ../../../../Makefile.cmd.64
  34 include ../../Makefile.amd64
  35 include ../../../Makefile.module
  36 
  37 CERRWARN += -_gcc=-Wno-uninitialized


  17 # fields enclosed by brackets "[]" replaced with your own identifying
  18 # information: Portions Copyright [yyyy] [name of copyright owner]
  19 #
  20 # CDDL HEADER END
  21 #
  22 #
  23 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 MODULE = ipp.so
  28 MDBTGT = kvm
  29 
  30 MODSRCS = ipp.c
  31 
  32 include ../../../../Makefile.cmd
  33 include ../../../../Makefile.cmd.64
  34 include ../../Makefile.amd64
  35 include ../../../Makefile.module
  36 
  37 CERRWARN += $(CNOWARN_UNINIT)