Avoid warning

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11056 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2016-01-26 20:51:01 +00:00
parent 2b3567c83c
commit f1a2730855

View File

@ -92,7 +92,7 @@ void Fl_OpenGL_Graphics_Driver::draw(const char *str, int n, int x, int y)
const char *fd = font_data[(int)c];
if (fd) {
char rendering = 0;
float px, py;
float px=0.0f, py=0.0f;
for (;;) {
char cmd = *fd++;
if (cmd==0) {