mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
9b4b4a581b
Fixes #1917
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
warning: Fixed-point constant has too many fractional digits [-Wlarge-constant]
|
|
at fixed-point-syntax.asm(10)
|
|
warning: Fixed-point constant has too many fractional digits [-Wlarge-constant]
|
|
at fixed-point-syntax.asm(11)
|
|
warning: Fixed-point constant has too many fractional digits [-Wlarge-constant]
|
|
at fixed-point-syntax.asm(12)
|
|
warning: Fixed-point constant has too many fractional digits [-Wlarge-constant]
|
|
at fixed-point-syntax.asm(13)
|
|
error: Fixed-point constant precision must be between 1 and 31
|
|
at fixed-point-syntax.asm(16)
|
|
error: Invalid fixed-point constant, no digits after 'q'
|
|
at fixed-point-syntax.asm(17)
|
|
error: syntax error, unexpected symbol
|
|
at fixed-point-syntax.asm(17)
|
|
error: syntax error, unexpected symbol
|
|
at fixed-point-syntax.asm(18)
|
|
error: Invalid integer constant, trailing '_'
|
|
at fixed-point-syntax.asm(19)
|
|
error: Invalid fixed-point constant, '_' after '.'
|
|
at fixed-point-syntax.asm(20)
|
|
error: Invalid fixed-point constant, '_' after '.'
|
|
at fixed-point-syntax.asm(21)
|
|
error: Invalid fixed-point constant, '_' after another '_'
|
|
at fixed-point-syntax.asm(21)
|
|
error: Invalid fixed-point constant, no digits after 'q'
|
|
at fixed-point-syntax.asm(22)
|
|
Assembly aborted with 9 errors
|