浏览代码

* fixed warning after previous commit

Nikolay Nikolov 10 月之前
父节点
当前提交
eb38ba60c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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');