mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
Implement warning diagnostic flags for RGBGFX (#1738)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
error: [-Werror=embedded]
|
||||
Sorting palette colors by PNG's embedded PLTE chunk without '-c/--colors embedded'
|
||||
Conversion aborted after 1 error
|
||||
@@ -0,0 +1 @@
|
||||
-Werror=embedded
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 118 B |
@@ -0,0 +1,2 @@
|
||||
warning: [-Wtrim-nonempty]
|
||||
Trimming a nonempty tile (configure with '-x/--trim-end'
|
||||
@@ -0,0 +1,2 @@
|
||||
-Wtrim-nonempty
|
||||
-x 2
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 927 B |
Reference in New Issue
Block a user