Do not limit strings to 255 characters

This commit is contained in:
ISSOtm
2024-03-21 21:31:10 -04:00
committed by Sylvie
parent 9f239f6dcc
commit e255af9e10
25 changed files with 52 additions and 130 deletions

View File

@@ -1,35 +1,5 @@
error: format-truncation.asm(5):
Formatted numeric value too long
error: format-truncation.asm(6):
Formatted numeric value too long
error: format-truncation.asm(7):
Fractional width 260 too long, limiting to 255
error: format-truncation.asm(7):
Formatted numeric value too long
error: format-truncation.asm(8):
Formatted string value too long
error: format-truncation.asm(9):
Formatted string value too long
error: format-truncation.asm(11):
Formatted numeric value too long
warning: format-truncation.asm(11): [-Wlong-string]
String constant too long
error: format-truncation.asm(12):
Formatted numeric value too long
warning: format-truncation.asm(12): [-Wlong-string]
String constant too long
error: format-truncation.asm(13):
Fractional width 260 too long, limiting to 255
error: format-truncation.asm(13):
Formatted numeric value too long
warning: format-truncation.asm(13): [-Wlong-string]
String constant too long
error: format-truncation.asm(14):
Formatted string value too long
warning: format-truncation.asm(14): [-Wlong-string]
String constant too long
error: format-truncation.asm(15):
Formatted string value too long
warning: format-truncation.asm(15): [-Wlong-string]
String constant too long
error: Assembly aborted (12 errors)!
Fractional width 260 too long, limiting to 255
error: Assembly aborted (2 errors)!