mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Fix compiler warning (remove debug output statement)
This commit is contained in:
+1
-1
@@ -552,7 +552,7 @@ public:
|
|||||||
if (n > 1)
|
if (n > 1)
|
||||||
buffer += "}";
|
buffer += "}";
|
||||||
value(buffer.c_str());
|
value(buffer.c_str());
|
||||||
printf("size: %lu\n", buffer.size()); fflush(stdout);
|
// printf("size: %d\n", (int)buffer.size()); fflush(stdout);
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user