diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-04-25 11:04:55 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-04-25 11:04:55 +0000 |
commit | ce79a84f945c46383786999babb4bcf38fd56a43 (patch) | |
tree | 0471b38b6a264ff20a9c8a8ab24ec3027217f6d9 /usr/src/lib/libc | |
parent | 7c712ad23d9ba7f9eaffec29e5aeb29fafe3ab07 (diff) | |
parent | 446c407deb93d79642a777eef22cf998e34a3248 (diff) | |
download | illumos-joyent-ce79a84f945c46383786999babb4bcf38fd56a43.tar.gz |
[illumos-gate merge]
commit 446c407deb93d79642a777eef22cf998e34a3248
10569 MDB module for disk labelling would be useful
commit 9b8f194103574e93a8789067d2afccef3c586885
10476 file(1) could be smatch clean
commit b6a0e2cd4ce8d91fe9dc750c44e662d7c7e5fb8e
10366 ld(1) should support GNU-style linker sets
10581 ld(1) should know kernel modules are a thing
commit ab65fd2a6cf8b63577d26411f2ea4b628591d56d
10593 illumos build should not use kernel modules as link-editor input
commit c524b4fe42d7c586615aacae917f985e3379a108
10346 ld(1) should not reduce symbol visibility of COMDAT symbols when producing relocatable objects
commit 32e09e17e4529edf39ffb44fb13cdb6a0fb45733
10804 Enable unused warnings outside of uts
commit 8e718be9d8b2bb15811a2dc0b61cbb5cc5fa3070
10770 idm: NULL pointer errors
commit 4da99751f967c5f8f04e17d8881a68c2940f3b06
10790 i86pc: NULL pointer errors
commit 36f99a58464a4c3e25e881cab429881edb09951b
10778 mac: NULL pointer errors
Conflicts:
usr/src/uts/common/io/mac/mac_datapath_setup.c
usr/src/uts/common/io/mac/mac_client.c
usr/src/uts/common/io/mac/mac.c
Diffstat (limited to 'usr/src/lib/libc')
-rw-r--r-- | usr/src/lib/libc/amd64/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libc/i386/Makefile.com | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libc/amd64/Makefile b/usr/src/lib/libc/amd64/Makefile index 9888b3c02c..579a2b0de7 100644 --- a/usr/src/lib/libc/amd64/Makefile +++ b/usr/src/lib/libc/amd64/Makefile @@ -1037,6 +1037,8 @@ CERRWARN += -_gcc=-Wno-clobbered CERRWARN += -_gcc=-Wno-unused-function CERRWARN += -_gcc=-Wno-address +$(RELEASE_BUILD)CERRWARN += -_gcc=-Wno-unused + # not linted SMATCH=off diff --git a/usr/src/lib/libc/i386/Makefile.com b/usr/src/lib/libc/i386/Makefile.com index be3a2fb6a4..afc7110369 100644 --- a/usr/src/lib/libc/i386/Makefile.com +++ b/usr/src/lib/libc/i386/Makefile.com @@ -1086,6 +1086,8 @@ CERRWARN += -_gcc=-Wno-clobbered CERRWARN += -_gcc=-Wno-unused-function CERRWARN += -_gcc=-Wno-address +$(RELEASE_BUILD)CERRWARN += -_gcc=-Wno-unused + # not linted SMATCH=off |