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
483d213e
Commit
483d213e
authored
Jul 19, 2007
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Remove unreachable break after return/break. Found by Smatch.
parent
9a522589
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
msc.c
tools/winedump/msc.c
+0
-1
msmangle.c
tools/winedump/msmangle.c
+0
-2
No files found.
tools/winedump/msc.c
View file @
483d213e
...
...
@@ -501,7 +501,6 @@ static void do_field(const unsigned char* start, const unsigned char* end)
default:
printf
(
">>> Unsupported field-id %x
\n
"
,
fieldtype
->
generic
.
id
);
dump_data
((
const
void
*
)
fieldtype
,
0x30
,
"
\t
"
);
return
;
break
;
}
}
...
...
tools/winedump/msmangle.c
View file @
483d213e
...
...
@@ -228,7 +228,6 @@ int symbol_demangle (parsed_symbol *sym)
FREE_CT
(
ct
);
free
(
function_name
);
return
0
;
break
;
case
'6'
:
/* compiler generated static */
case
'7'
:
/* compiler generated static */
...
...
@@ -247,7 +246,6 @@ int symbol_demangle (parsed_symbol *sym)
}
free
(
function_name
);
return
-
1
;
break
;
/* Functions */
...
...
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