From a9710cb73cc9ecadaff241428a39a26935cb5c0a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 25 Feb 2021 20:45:10 +0100 Subject: Applied even more warning flags! Fixing all the warnings wasn't that easy actually.. --- libc/inc/def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/inc/def.h') diff --git a/libc/inc/def.h b/libc/inc/def.h index 02a2990..8ff6d81 100644 --- a/libc/inc/def.h +++ b/libc/inc/def.h @@ -23,6 +23,8 @@ typedef unsigned long long u64; * Macros */ +#define UNUSED(a) ((void)(a)) + #define EOF (-1) #define NULL ((void *)0) -- cgit v1.2.3