]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sub-process.c
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
[thirdparty/git.git] / sub-process.c
index bd6a372a670a4c56eaaa978111824685c9f53aae..6d4232294dbee7ad2928b0ac12e1860dcf04a12d 100644 (file)
@@ -5,10 +5,10 @@
 #include "sigchain.h"
 #include "pkt-line.h"
 
-int cmd2process_cmp(const void *UNUSED(cmp_data),
+int cmd2process_cmp(const void *cmp_data UNUSED,
                    const struct hashmap_entry *eptr,
                    const struct hashmap_entry *entry_or_key,
-                   const void *UNUSED(keydata))
+                   const void *keydata UNUSED)
 {
        const struct subprocess_entry *e1, *e2;