Closed GoogleCodeExporter closed 8 years ago
Thanks for the patch! I really appreciate all the work you're putting into this.
Original comment by bcressey@gmail.com
on 30 Aug 2010 at 6:16
I ran garglk through Intel's compiler to see what it might turn up. It seems
to me that this issue is close enough that there's no reason to create a new
one.
This patch is somewhat less substantial than the gcc-inspired one, mainly, I
suppose, because gcc is pretty good with diagnostics. Intel's compiler is
slightly better at finding unused variables (it diagnoses those set but never
subsequently used), so that's what this patch addresses.
The PNG function calls that I've removed have no side effects, so it's OK not
to call them.
Original comment by cspiegel@gmail.com
on 1 Sep 2010 at 5:34
Attachments:
Thanks! I've applied this patch as well.
Original comment by bcressey@gmail.com
on 7 Sep 2010 at 11:56
Original comment by bcressey@gmail.com
on 13 Sep 2010 at 5:09
Original issue reported on code.google.com by
cspiegel@gmail.com
on 29 Aug 2010 at 12:40Attachments: