dbghelp: Silence a noisy FIXME.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Zebediah Figura 2017-07-21 10:26:17 -05:00 committed by Alexandre Julliard
parent 22135ba583
commit 00e27186ed
1 changed files with 1 additions and 1 deletions

View File

@ -1822,7 +1822,7 @@ static void dwarf2_parse_subprogram_block(dwarf2_subprogram_t* subpgm,
if (!dwarf2_read_range(subpgm->ctx, di, &low_pc, &high_pc))
{
FIXME("no range\n");
WARN("no range\n");
return;
}