]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Silence GCC's -Wno-unused-result during bootstrap
authorarichardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 15:37:24 +0000 (15:37 +0000)
committerarichardson <arichardson@FreeBSD.org>
Thu, 10 Sep 2020 15:37:24 +0000 (15:37 +0000)
commit5a8dc1ce273383a8c27063e6b58112900ba42480
treee2cf4e96d44ac6a98e63b9ccad9f2e79f2379b39
parent98d1045b281a6a11c5aed796f8ee2e7119c5ec5b
Silence GCC's -Wno-unused-result during bootstrap

Unlike clang, GCC still warns even with (void) casts (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425)
tools/build/mk/Makefile.boot