DEADSOFTWARE

ImagingFormats: Fix undefined result warning
authorbinarymaster <x86corez@gmail.com>
Fri, 4 Aug 2017 15:12:32 +0000 (18:12 +0300)
committerbinarymaster <x86corez@gmail.com>
Fri, 4 Aug 2017 15:12:32 +0000 (18:12 +0300)
src/lib/vampimg/ImagingFormats.pas

index b42b4ac1478e14ab698480228e6e1b2a84b0f1f3..8326389994746f3518d30eb65d0f1f91029befd8 100644 (file)
@@ -4234,6 +4234,7 @@ end;
 
 function GetBCPixelsSize(Format: TImageFormat; Width, Height: LongInt): LongInt;
 begin
+  Result := 0;
   raise ENotImplemented.Create();
 end;