wrc: Ignore unknown -m target options.

oldstable
Alexandre Julliard 2014-02-12 12:56:51 +01:00
parent a2683dca64
commit da066aeafc
1 changed files with 0 additions and 1 deletions

View File

@ -457,7 +457,6 @@ int main(int argc,char *argv[])
if (!strcmp( optarg, "16" )) win32 = 0;
else if (!strcmp( optarg, "32" )) { win32 = 1; pointer_size = 4; }
else if (!strcmp( optarg, "64" )) { win32 = 1; pointer_size = 8; }
else error( "Invalid option: -m%s\n", optarg );
break;
case 'f':
if (*optarg != 'o') error("Unknown option: -f%s\n", optarg);