Remove user warnings from -Wall

It does not make sense to include it there, as it's enabled by default.
This commit is contained in:
ISSOtm
2019-12-06 00:45:45 +01:00
parent 21f4cafef5
commit 90fefb468b

View File

@@ -76,7 +76,6 @@ enum MetaWarningCommand {
/* Warnings that probably indicate an error */ /* Warnings that probably indicate an error */
static uint8_t const _wallCommands[] = { static uint8_t const _wallCommands[] = {
WARNING_USER,
WARNING_BUILTIN_ARG, WARNING_BUILTIN_ARG,
WARNING_LARGE_CONSTANT, WARNING_LARGE_CONSTANT,
WARNING_EMPTY_ENTRY, WARNING_EMPTY_ENTRY,