mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Add -Wobsolete to RGBFIX and RGBGFX, and deprecate rgbfix -O
This commit is contained in:
@@ -778,6 +778,7 @@ int main(int argc, char *argv[]) {
|
||||
break;
|
||||
|
||||
case 'O':
|
||||
warning(WARNING_OBSOLETE, "'-O' is deprecated; use '-Wno-overwrite' instead");
|
||||
warnings.processWarningFlag("no-overwrite");
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user