From 4ebf857ffcf8997a3d5efca9c4f2ae2954d49b09 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Sun, 26 Sep 2021 03:05:00 +0300 Subject: [PATCH] * fixed warning --- compiler/ogwasm.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/ogwasm.pas b/compiler/ogwasm.pas index 068c8b3e4d..5f2c1bb36d 100644 --- a/compiler/ogwasm.pas +++ b/compiler/ogwasm.pas @@ -217,6 +217,7 @@ implementation b: byte; shift:integer; begin + b:=0; result:=0; shift:=0; repeat