]> Git Repo - linux.git/commit
kbuild: Drop -Wdeclaration-after-statement
authorPeter Zijlstra <[email protected]>
Fri, 9 Jun 2023 09:28:30 +0000 (11:28 +0200)
committerPeter Zijlstra <[email protected]>
Mon, 26 Jun 2023 09:14:19 +0000 (11:14 +0200)
commitb5ec6fd286dfa466f64cb0e56ed768092d0342ae
treeb6e7a35481a0432d3d720546bb417095e0607750
parent54da6a0924311c7cf5015533991e44fb8eb12773
kbuild: Drop -Wdeclaration-after-statement

With the advent on scope-based resource management it comes really
tedious to abide by the contraints of -Wdeclaration-after-statement.

It will still be recommeneded to place declarations at the start of a
scope where possible, but it will no longer be enforced.

Suggested-by: Linus Torvalds <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/CAHk-%3Dwi-RyoUhbChiVaJZoZXheAwnJ7OO%3DGxe85BkPAd93TwDA%40mail.gmail.com
Makefile
arch/arm64/kernel/vdso32/Makefile
This page took 0.054374 seconds and 4 git commands to generate.