Lines Matching full:warnings
4 # $Id: warnings.mk,v 1.18 2024/02/17 17:26:57 sjg Exp $
23 # Any number of warnings sets can be added.
24 .-include <warnings-sets.mk>
26 .-include <local.warnings.mk>
28 # Modest defaults - put more elaborate sets in warnings-sets.mk
120 # Replacing the above .for loops with the WARNINGS+= below solves that
144 # first a list of warnings from the chosen set
152 WARNINGS += ${_warnings:N-Wno-*} ${_no_warnings:O:u}
155 # Just ${WARNINGS} should do, but this is more flexible?
156 CFLAGS+= ${WARNINGS_${.TARGET:T:${TARGET_PREFIX_FILTER:ts:}}.o:U${WARNINGS}}