HomeFreeBSD

Cleanup compiler warning flags in lib/libefivar/Makefile

Description

Cleanup compiler warning flags in lib/libefivar/Makefile

There is no need to set -Wno-unused-parameter twice, and instead of
appending to CFLAGS, append to CWARNFLAGS instead. While here, add
-Wno-unused-but-set-variable for the sake of clang 13.0.0.

MFC after: 3 days

Details

Provenance
dimAuthored on Aug 26 2021, 6:53 PM
Parents
rGf1e2cc1c667a: vfs: drop dedicated sysinit for mountlist_mtx
Branches
Unknown
Tags
Unknown