mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 02:46:34 +08:00
Remove compilation warning
converting to non pointer type "int" from NULL (-Wconversion-null)
This commit is contained in:
@@ -259,7 +259,7 @@ void Fl_Shared_Image::release() {
|
|||||||
delete[] images_;
|
delete[] images_;
|
||||||
|
|
||||||
images_ = 0;
|
images_ = 0;
|
||||||
alloc_images_ = NULL;
|
alloc_images_ = 0;
|
||||||
}
|
}
|
||||||
#ifdef SHIM_DEBUG
|
#ifdef SHIM_DEBUG
|
||||||
printf("<---- Fl_Shared_Image::release() %016x\n", this);
|
printf("<---- Fl_Shared_Image::release() %016x\n", this);
|
||||||
|
|||||||
Reference in New Issue
Block a user