@@ -180,7 +180,7 @@ var
Grad : TFresnelCSSLinearGradient;
begin
- if el=nil then;
+ if El=nil then ;
Params.Normalize;
if (Params.BackgroundImage is TFresnelCSSLinearGradient) then
@@ -1,7 +1,11 @@
unit Fresnel.Gtk3;
{$mode objfpc}{$H+}
+{$IF FPC_FULLVERSION>30300}
{$WARN 6060 off : Case statement does not handle all possible cases}
+{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
+{$ENDIF}
+
interface
uses