From 0d46f8b2417db13a4340890dc369c95f9641b319 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 13 May 2024 16:28:50 -0700 Subject: [PATCH] Meta/round: move address,undefined out of the default set --- round | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/round b/round index 462919aafc..9912ba8387 100755 --- a/round +++ b/round @@ -1,8 +1,8 @@ #!/bin/sh # Give names of targets to use on the command line -# coccicheck is not enabled by default -default="sparse hdr-check sha256 leaks address,undefined test check-docs doc" +# coccicheck and address,undefined are not enabled by default +default="sparse hdr-check sha256 leaks test check-docs doc" skip=" " more=" " -- 2.47.3