]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Exclude lib/dns/include/dns/db.h from unsigned-int.spatch
authorMark Andrews <marka@isc.org>
Wed, 8 Oct 2025 06:25:05 +0000 (17:25 +1100)
committerMark Andrews <marka@isc.org>
Wed, 8 Oct 2025 06:25:05 +0000 (17:25 +1100)
Disable unsigned-int spatch in db.h to silence the following error from coccinelle v1.1:

```
EXN: Failure("./lib/dns/include/dns/db.h: 188: try to delete an expanded token: unsigned") in ./lib/dns/include/dns/db.h
```

Merge branch 'marka-cocci-fix' into 'main'

See merge request isc-projects/bind9!11062


Trivial merge