Alexandre Julliard : widl: Ignore unknown -m target options.

Alexandre Julliard julliard at winehq.org
Wed Feb 12 13:44:39 CST 2014


Module: wine
Branch: master
Commit: a2683dca6403aafd3eef8f205dbcb47d329bb5b3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a2683dca6403aafd3eef8f205dbcb47d329bb5b3

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Feb 12 12:55:36 2014 +0100

widl: Ignore unknown -m target options.

---

 tools/widl/widl.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/widl/widl.c b/tools/widl/widl.c
index 5fa67f4..eace69f 100644
--- a/tools/widl/widl.c
+++ b/tools/widl/widl.c
@@ -635,7 +635,6 @@ int main(int argc,char *argv[])
     case 'm':
       if (!strcmp( optarg, "32" )) typelib_kind = SYS_WIN32;
       else if (!strcmp( optarg, "64" )) typelib_kind = SYS_WIN64;
-      else error( "Invalid -m argument '%s'\n", optarg );
       break;
     case 'N':
       no_preprocess = 1;




More information about the wine-cvs mailing list