shithub: rgbds

Download patch

ref: 90fefb468b6194f76dd6e3b94baad69a4529c018
parent: 21f4cafef5a42e6368d1fcc5222adb6bea2d0b7e
author: ISSOtm <[email protected]>
date: Thu Dec 5 19:45:45 EST 2019

Remove user warnings from `-Wall`
It does not make sense to include it there, as it's enabled by default.

--- a/src/asm/warning.c
+++ b/src/asm/warning.c
@@ -76,7 +76,6 @@
 
 /* Warnings that probably indicate an error */
 static uint8_t const _wallCommands[] = {
-	WARNING_USER,
 	WARNING_BUILTIN_ARG,
 	WARNING_LARGE_CONSTANT,
 	WARNING_EMPTY_ENTRY,