Silence annoying error messages

svn path=/trunk/; revision=48155
This commit is contained in:
Timo Kreuzer 2010-07-21 02:52:37 +00:00
parent 0b2826db83
commit 240c411b7d

View file

@ -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;
}