mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +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:
@@ -198,7 +198,7 @@ int main(int argc, char *argv[]) {
|
||||
// introduced to better match the `-I dir` option of gcc and clang.
|
||||
case 'i':
|
||||
warning(WARNING_OBSOLETE, "`-i` is deprecated; use `-I`\n");
|
||||
// fallthrough
|
||||
[[fallthrough]];
|
||||
case 'I':
|
||||
fstk_AddIncludePath(musl_optarg);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user