From 74fcb21f44468b71893d18fe972125d5a09f71c6 Mon Sep 17 00:00:00 2001
From: Georges Da Costa <dacosta@irit.fr>
Date: Wed, 24 Jul 2024 09:45:30 +0200
Subject: [PATCH] Parts of the clang patches

---
 src/mojitos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mojitos.c b/src/mojitos.c
index 7c721cd..7d1d8d3 100644
--- a/src/mojitos.c
+++ b/src/mojitos.c
@@ -168,7 +168,7 @@ unsigned int nb_sensors = 0;
 char **labels = NULL;
 uint64_t *values = NULL;
 
-void flushexit()
+void flushexit(void)
 {
     if (output != NULL) {
         fflush(output);
-- 
GitLab