From 7fb6be62e00f088b19f74dea56cb3833c5e78f20 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 5 Dec 2024 17:10:25 +0100 Subject: [PATCH] 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 --- cocci/unsigned-int.spatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocci/unsigned-int.spatch b/cocci/unsigned-int.spatch index 9b4aaa5474..6ea76527d3 100644 --- a/cocci/unsigned-int.spatch +++ b/cocci/unsigned-int.spatch @@ -1,4 +1,4 @@ -@@ +@depends on !(file in "util/models.c") && !(file in "lib/dns/sdlz.c")@ @@ - unsigned