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