]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use `-Wno-missing-declarations` with CWARNFLAGS for skein.c
authorngie <ngie@FreeBSD.org>
Tue, 28 Mar 2017 21:39:24 +0000 (21:39 +0000)
committerngie <ngie@FreeBSD.org>
Tue, 28 Mar 2017 21:39:24 +0000 (21:39 +0000)
commita476c84e9629c0eab92b9744e56b8acf4a4bd218
tree23a5ddc579e99892c9b4492e6a0bb5202ff0f620
parent72680013d897cb9aea88d561dac952b575b4a586
Use `-Wno-missing-declarations` with CWARNFLAGS for skein.c

`-Wno-missing-variable-declarations` is a clang-specific flag,
so gcc (not 4.2.1, in particular 6.3.0 in my case) dies when
it's passed the flag.

X-MFC with: r304321
Reported by: amd64-gcc-6.3.0 (devel/amd64-xtoolchain-gcc)
Sponsored by: Dell EMC Isilon
sys/boot/efi/boot1/Makefile