annotate.c:81: warning: 'im' may be used uninitialized in this function

Issue #64 resolved
Gilles Espinasse created an issue

With freetype available and jpeg not available, gcc warn annotate.c: In function 'main': annotate.c:81: warning: 'im' may be used uninitialized in this function annotate.c:30: note: 'im' was declared here

Reorder and simplify the code so im is always set when it is used.

Comments (3)

  1. Log in to comment