mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement warning diagnostic flags for RGBGFX (#1738)
This commit is contained in:
3
test/gfx/warn_embedded.err
Normal file
3
test/gfx/warn_embedded.err
Normal file
@@ -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
|
||||
1
test/gfx/warn_embedded.flags
Normal file
1
test/gfx/warn_embedded.flags
Normal file
@@ -0,0 +1 @@
|
||||
-Werror=embedded
|
||||
BIN
test/gfx/warn_embedded.png
Normal file
BIN
test/gfx/warn_embedded.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 118 B |
2
test/gfx/warn_trim_nonempty.err
Normal file
2
test/gfx/warn_trim_nonempty.err
Normal file
@@ -0,0 +1,2 @@
|
||||
warning: [-Wtrim-nonempty]
|
||||
Trimming a nonempty tile (configure with '-x/--trim-end'
|
||||
2
test/gfx/warn_trim_nonempty.flags
Normal file
2
test/gfx/warn_trim_nonempty.flags
Normal file
@@ -0,0 +1,2 @@
|
||||
-Wtrim-nonempty
|
||||
-x 2
|
||||
BIN
test/gfx/warn_trim_nonempty.out.2bpp
Normal file
BIN
test/gfx/warn_trim_nonempty.out.2bpp
Normal file
Binary file not shown.
BIN
test/gfx/warn_trim_nonempty.png
Normal file
BIN
test/gfx/warn_trim_nonempty.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 927 B |
Reference in New Issue
Block a user