Browse Source

* fixed warning after previous commit

Nikolay Nikolov 5 months ago
parent
commit
eb38ba60c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ogwasm.pas

+ 1 - 1
compiler/ogwasm.pas

@@ -5015,7 +5015,7 @@ implementation
           exesec: TExeSection;
           globals_count, i: Integer;
           objsec: TWasmObjSection;
-          mapstr: string;
+          mapstr: string='';
         begin
           if assigned(exemap) then
             exemap.AddHeader('Global section');