]> git.ipfire.org Git - thirdparty/bind9.git/commit
check-cocci fails in WARNING is found on stderr
authorColin Vidal <colin@isc.org>
Wed, 15 Oct 2025 13:35:59 +0000 (15:35 +0200)
committerColin Vidal <colin@isc.org>
Wed, 12 Nov 2025 10:31:28 +0000 (11:31 +0100)
commit3b3bb3eb80d62ce3a226bb675268ff92b4b54ef4
tree6d036dd341b08b502adf211f4e784c856e769dc7
parent25f303f0466ffc821b87ca9aced5935dcaa0be21
check-cocci fails in WARNING is found on stderr

As the implicit cast check print "WARNING: ..." on stderr, add a pattern
to make sure that check-cocci would fails if such warning is found on
stderr. This is generic (not specific like the existing "parse error")
so it should be able to support future Coccinelle spatch warnings.
util/check-cocci.sh