Przeglądaj źródła

* dummy assignment to tai_cpu_abstract.Pass1 result to avoid warning

git-svn-id: trunk@5789 -
Jonas Maebe 19 lat temu
rodzic
commit
d85573da18
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      compiler/aasmtai.pas

+ 1 - 0
compiler/aasmtai.pas

@@ -2321,6 +2321,7 @@ implementation
 
    function tai_cpu_abstract.Pass1(objdata:TObjData):longint;
       begin
+        result:=0;
       end;