mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Make some RGBLINK errors non-fatal
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
warning: assert.asm(7): Worry about me, but not too much.
|
||||
assert.asm(8): Okay, this is getting serious!
|
||||
error: assert.asm(9): It all ends now.
|
||||
error: assert.asm(8): Okay, this is getting serious!
|
||||
fatal: assert.asm(9): It all ends now.
|
||||
Linking aborted after 2 errors
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
error: rst-bad.asm(2): Value 1 is not a RST vector
|
||||
Linking failed with 1 error
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
error: Linker script contradicts "sec"'s alignment
|
||||
Linking failed with 1 error
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
section-union/assert.asm(11): Force failing the build
|
||||
error: 1 assertions failed!
|
||||
error: section-union/assert.asm(11): Force failing the build
|
||||
Linking failed with 1 error
|
||||
---
|
||||
ERROR: -(30):
|
||||
Assertion failed: Force failing the build
|
||||
|
||||
Reference in New Issue
Block a user