mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Disable unsigned-int spatch in models.c and sdlz.c
coccinelle v1.1 reports the following failure:
EXN: Failure("./lib/dns/sdlz.c: 172: try to delete an expanded token: unsigned") in ./lib/dns/sdlz.c
coccinelle v1.2 reports the following failure:
EXN: Failure("./util/models.c: 21: try to delete an expanded token: unsigned") in ./util/models.c
This commit is contained in:
parent
57b64dc397
commit
7fb6be62e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@@
|
||||
@depends on !(file in "util/models.c") && !(file in "lib/dns/sdlz.c")@
|
||||
@@
|
||||
|
||||
- unsigned
|
||||
|
|
|
|||
Loading…
Reference in a new issue