mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 13:37:47 +02:00
* Fix compiler warnings/hints
This commit is contained in:
parent
11092a2fd4
commit
73ac60a015
@ -217,6 +217,7 @@ begin
|
|||||||
on E : TJSObject do
|
on E : TJSObject do
|
||||||
Result:=ExceptToError(E);
|
Result:=ExceptToError(E);
|
||||||
end;
|
end;
|
||||||
|
if Flags=[] then;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TWASIZenFS.LinkAt(OldFD: Integer; OldPath: String; NewFD: Integer;
|
function TWASIZenFS.LinkAt(OldFD: Integer; OldPath: String; NewFD: Integer;
|
||||||
@ -481,7 +482,7 @@ var
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
if (fdFlags<>0) and (fsFlags<>0) then ;
|
if (fdFlags<>0) and (fsFlags<>0) and (fsRightsInheriting<>0) then ;
|
||||||
lPath:=PrependFD(FD,aPath);
|
lPath:=PrependFD(FD,aPath);
|
||||||
if Not HasFlag(__WASI_OFLAGS_DIRECTORY) then
|
if Not HasFlag(__WASI_OFLAGS_DIRECTORY) then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user