[RSYM64]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 21 Jul 2010 02:52:37 +0000 (02:52 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 21 Jul 2010 02:52:37 +0000 (02:52 +0000)
Silence annoying error messages

svn path=/trunk/; revision=48155

reactos/tools/rsym/rsym64.c

index e078e65..aba6e2b 100644 (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;
     }