mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Use standard attribute syntax instead of IBM __attribute__
Move format attrs to proper standard location For some reason, GCC 13 is more lax than earlier versions...
This commit is contained in:
@@ -45,7 +45,7 @@ void FormatSpec::useCharacter(int c) {
|
||||
case '0':
|
||||
if (state < FORMAT_WIDTH)
|
||||
padZero = true;
|
||||
// fallthrough
|
||||
[[fallthrough]];
|
||||
case '1':
|
||||
case '2':
|
||||
case '3':
|
||||
|
||||
Reference in New Issue
Block a user