]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Remove legacy 'cc-disable-warning' use from the generic build scripts
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 27 May 2025 21:40:30 +0000 (14:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 27 May 2025 21:40:30 +0000 (14:40 -0700)
commitbad14b5d2c9520740f3411182d833ff15f130e26
tree7da79e1819b3da96113ba493c648218afbbbf679
parent550ccb178de2f379f5e1a1833dd6f4bdafef4b68
Remove legacy 'cc-disable-warning' use from the generic build scripts

This just converts the 'cc-disable-warning' uses in the generic makefile
extrawarn script to use the plain 'cc-option' form instead.  Partly to
clean things up, and partly just to have the new form get some proper
test coverage.

I'll leave the various random other uses of 'cc-disable-warning' alone
and let subsystem maintainers decide if they want to convert to the new
unified model.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/Makefile.extrawarn