From 90fefb468b6194f76dd6e3b94baad69a4529c018 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Fri, 6 Dec 2019 00:45:45 +0100 Subject: [PATCH] Remove user warnings from `-Wall` It does not make sense to include it there, as it's enabled by default. --- src/asm/warning.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/asm/warning.c b/src/asm/warning.c index fc1429e9..d6457f18 100644 --- a/src/asm/warning.c +++ b/src/asm/warning.c @@ -76,7 +76,6 @@ enum MetaWarningCommand { /* Warnings that probably indicate an error */ static uint8_t const _wallCommands[] = { - WARNING_USER, WARNING_BUILTIN_ARG, WARNING_LARGE_CONSTANT, WARNING_EMPTY_ENTRY,