diff options
| author | Manolo Gouy <Manolo> | 2016-03-05 10:05:14 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-05 10:05:14 +0000 |
| commit | 95d5f00009d5e01828f985c005a41cc933bbef3c (patch) | |
| tree | 22356364cfee5337cca5c4ecb53f6f46d7eaa4c2 /src | |
| parent | e7a0f7c5d02e26b05160b06e4e35d6f66aab5ac6 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Image_Surface.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Image_Surface.cxx b/src/Fl_Image_Surface.cxx index 56b35bd33..53663554a 100644 --- a/src/Fl_Image_Surface.cxx +++ b/src/Fl_Image_Surface.cxx @@ -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. |
