diff options
| author | John Levon <john.levon@joyent.com> | 2019-08-07 12:09:20 -0700 |
|---|---|---|
| committer | John Levon <john.levon@joyent.com> | 2019-08-16 01:57:38 -0700 |
| commit | d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe (patch) | |
| tree | 8e10c8af012b9fd1ff07c66edc3bfcf328897cf1 /usr/src/psm | |
| parent | c4ccc1f9004b70b07e4cdb57641c38ab607306c9 (diff) | |
| download | illumos-joyent-d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe.tar.gz | |
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/psm')
| -rw-r--r-- | usr/src/psm/stand/boot/Makefile.boot | 2 | ||||
| -rw-r--r-- | usr/src/psm/stand/cpr/sparcv9/sun4u/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/psm/stand/boot/Makefile.boot b/usr/src/psm/stand/boot/Makefile.boot index 8c9a50381a..548a0c5441 100644 --- a/usr/src/psm/stand/boot/Makefile.boot +++ b/usr/src/psm/stand/boot/Makefile.boot @@ -65,5 +65,5 @@ LINTFLAGS = -nmsF -erroff=E_BAD_PTR_CAST_ALIGN \ -erroff=E_NAME_DECL_NOT_USED_DEF2 -erroff=E_NAME_DEF_NOT_USED2 CERRWARN += -_gcc=-Wno-parentheses -CERRWARN += -_gcc=-Wno-uninitialized +CERRWARN += $(CNOWARN_UNINIT) CERRWARN += -_gcc=-Wno-char-subscripts diff --git a/usr/src/psm/stand/cpr/sparcv9/sun4u/Makefile b/usr/src/psm/stand/cpr/sparcv9/sun4u/Makefile index 5ae3235236..2f1eb595b0 100644 --- a/usr/src/psm/stand/cpr/sparcv9/sun4u/Makefile +++ b/usr/src/psm/stand/cpr/sparcv9/sun4u/Makefile @@ -49,7 +49,7 @@ ALL = cprboot include ../../common/Makefile.com include $(TOPDIR)/psm/Makefile.psm.64 CFLAGS64 += -xchip=ultra $(CCABS32) -CERRWARN += -_gcc=-Wno-uninitialized +CERRWARN += $(CNOWARN_UNINIT) .KEEP_STATE: |
