mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[RSYM64]
Silence annoying error messages svn path=/trunk/; revision=48155
This commit is contained in:
parent
0b2826db83
commit
240c411b7d
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ ParsePEHeaders(PFILE_INFO File)
|
|||
|
||||
if (File->eh_frame.idx == -1)
|
||||
{
|
||||
fprintf(stderr, "No .eh_frame section found\n");
|
||||
//fprintf(stderr, "No .eh_frame section found\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue