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


  27 MODULE = unix.so
  28 MDBTGT = kvm
  29 
  30 MODSRCS = unix.c i86mmu.c
  31 MODASMSRCS = unix_sup.s
  32 
  33 include ../../../../../Makefile.cmd
  34 include ../../../../../Makefile.cmd.64
  35 include ../../../../intel/Makefile.amd64
  36 include ../../../Makefile.i86pc
  37 include ../../../../Makefile.module
  38 
  39 CPPFLAGS += -DMP -D_MACHDEP
  40 CPPFLAGS += -I../../../../common
  41 CPPFLAGS += -I$(SRC)/uts/i86pc
  42 CPPFLAGS += -I$(SRC)/uts/intel
  43 
  44 CERRWARN += -_gcc=-Wno-char-subscripts
  45 CERRWARN += -_gcc=-Wno-parentheses
  46 CERRWARN += -_gcc=-Wno-unused-label
  47 CERRWARN += -_gcc=-Wno-uninitialized
  48 
  49 CERRWARN += -_gcc=-Wno-unused-function


  27 MODULE = unix.so
  28 MDBTGT = kvm
  29 
  30 MODSRCS = unix.c i86mmu.c
  31 MODASMSRCS = unix_sup.s
  32 
  33 include ../../../../../Makefile.cmd
  34 include ../../../../../Makefile.cmd.64
  35 include ../../../../intel/Makefile.amd64
  36 include ../../../Makefile.i86pc
  37 include ../../../../Makefile.module
  38 
  39 CPPFLAGS += -DMP -D_MACHDEP
  40 CPPFLAGS += -I../../../../common
  41 CPPFLAGS += -I$(SRC)/uts/i86pc
  42 CPPFLAGS += -I$(SRC)/uts/intel
  43 
  44 CERRWARN += -_gcc=-Wno-char-subscripts
  45 CERRWARN += -_gcc=-Wno-parentheses
  46 CERRWARN += -_gcc=-Wno-unused-label
  47 CERRWARN += $(CNOWARN_UNINIT)
  48 
  49 CERRWARN += -_gcc=-Wno-unused-function