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
6c64e6de
Commit
6c64e6de
authored
Dec 15, 2021
by
Eric Pouech
Committed by
Alexandre Julliard
Dec 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Silence some FIXMEs.
Reading gecko's PDB generate a lot of those. Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f4ddcc36
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
msc.c
dlls/dbghelp/msc.c
+1
-1
symbol.c
dlls/dbghelp/symbol.c
+1
-1
No files found.
dlls/dbghelp/msc.c
View file @
6c64e6de
...
...
@@ -1926,7 +1926,7 @@ static struct symt_inlinesite* codeview_create_inline_site(const struct msc_debu
if
(
!
found
)
{
FIXME
(
"Couldn't find start address of inlined
\n
"
);
WARN
(
"Couldn't find start address of inlined
\n
"
);
return
NULL
;
}
...
...
dlls/dbghelp/symbol.c
View file @
6c64e6de
...
...
@@ -612,7 +612,7 @@ BOOL symt_add_inlinesite_range(struct module* module,
{
struct
addr_range
*
ar
=
(
struct
addr_range
*
)
vector_at
(
&
inlined
->
vranges
,
i
);
if
(
!
addr_range_disjoint
(
ar
,
p
)
&&
!
addr_range_inside
(
ar
,
p
))
FIXME
(
"Added addr_range not compatible with parent
\n
"
);
WARN
(
"Added addr_range not compatible with parent
\n
"
);
}
}
}
...
...
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