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
14ac50c7
Commit
14ac50c7
authored
Jul 03, 2011
by
André Hentschel
Committed by
Alexandre Julliard
Jul 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winebuild: Remove dead code (clang).
parent
4843cff6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
parser.c
tools/winebuild/parser.c
+1
-1
res32.c
tools/winebuild/res32.c
+0
-1
No files found.
tools/winebuild/parser.c
View file @
14ac50c7
...
...
@@ -114,7 +114,7 @@ static int get_next_line(void)
static
const
char
*
GetToken
(
int
allow_eol
)
{
char
*
p
=
ParseNext
;
char
*
p
;
char
*
token
=
TokenBuffer
;
for
(;;)
...
...
tools/winebuild/res32.c
View file @
14ac50c7
...
...
@@ -188,7 +188,6 @@ static void dump_res_data( const struct resource *res )
size
-=
4
;
}
output
(
"0x%08x
\n
"
,
get_dword
()
);
size
-=
4
;
assert
(
input_buffer_pos
==
input_buffer_size
);
}
...
...
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