Remove warning message about signed/unsigned comparison.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11290 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-03-05 10:05:14 +00:00
parent e7a0f7c5d0
commit 95d5f00009

View File

@ -175,7 +175,7 @@ void fl_delete_offscreen(Fl_Offscreen ctx) {
}
static int stack_current_offscreen[16];
static int stack_height = 0;
static unsigned stack_height = 0;
/** Send all subsequent drawing commands to this offscreen buffer.
\param ctx the offscreen buffer.