Skip to content

Commit

Permalink
Coding - Image_AlienPixMap unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dpasukhi committed Sep 7, 2024
1 parent ed20837 commit 3297bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Image/Image_AlienPixMap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ bool Image_AlienPixMap::Save (Standard_Byte* theBuffer,
}
return true;
#else
(void)theLength;
if (theBuffer != NULL)
{
Message::SendFail ("Error: no image library available");
Expand Down

0 comments on commit 3297bb0

Please sign in to comment.