Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
da066aea
Commit
da066aea
authored
Feb 12, 2014
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrc: Ignore unknown -m target options.
parent
a2683dca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
wrc.c
tools/wrc/wrc.c
+0
-1
No files found.
tools/wrc/wrc.c
View file @
da066aea
...
@@ -457,7 +457,6 @@ int main(int argc,char *argv[])
...
@@ -457,7 +457,6 @@ int main(int argc,char *argv[])
if
(
!
strcmp
(
optarg
,
"16"
))
win32
=
0
;
if
(
!
strcmp
(
optarg
,
"16"
))
win32
=
0
;
else
if
(
!
strcmp
(
optarg
,
"32"
))
{
win32
=
1
;
pointer_size
=
4
;
}
else
if
(
!
strcmp
(
optarg
,
"32"
))
{
win32
=
1
;
pointer_size
=
4
;
}
else
if
(
!
strcmp
(
optarg
,
"64"
))
{
win32
=
1
;
pointer_size
=
8
;
}
else
if
(
!
strcmp
(
optarg
,
"64"
))
{
win32
=
1
;
pointer_size
=
8
;
}
else
error
(
"Invalid option: -m%s
\n
"
,
optarg
);
break
;
break
;
case
'f'
:
case
'f'
:
if
(
*
optarg
!=
'o'
)
error
(
"Unknown option: -f%s
\n
"
,
optarg
);
if
(
*
optarg
!=
'o'
)
error
(
"Unknown option: -f%s
\n
"
,
optarg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment