]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bootparamd: Fix build with GCC.
authorYoshihiro Takahashi <nyan@FreeBSD.org>
Tue, 19 Jan 2021 17:41:37 +0000 (02:41 +0900)
committerYoshihiro Takahashi <nyan@FreeBSD.org>
Tue, 19 Jan 2021 17:41:37 +0000 (02:41 +0900)
commit7033fd68f7efbe8d249e2001e58e4e08c403f5bd
tree025f90dc315ec85cb8a818900541b96ce21b6f1d
parent580311ef32836ef7f4c40be59a6f12784c9d94fd
bootparamd: Fix build with GCC.

Remove CWARNFLAGS for GCC because GCC 4.2.1 does not have
-Wdiscarded-qualifiers option.

This is direct commit to stable/12.

Pointy hat to: nyan
usr.sbin/bootparamd/Makefile.inc