Remove compilation warning
converting to non pointer type "int" from NULL (-Wconversion-null)
This commit is contained in:
parent
92b48c3936
commit
a6e5b5b35b
@ -259,7 +259,7 @@ void Fl_Shared_Image::release() {
|
||||
delete[] images_;
|
||||
|
||||
images_ = 0;
|
||||
alloc_images_ = NULL;
|
||||
alloc_images_ = 0;
|
||||
}
|
||||
#ifdef SHIM_DEBUG
|
||||
printf("<---- Fl_Shared_Image::release() %016x\n", this);
|
||||
|
Loading…
Reference in New Issue
Block a user