* Fix some compiler warnings

This commit is contained in:
Michael VAN CANNEYT 2022-12-14 15:16:58 +01:00
parent 929b6ff18b
commit 7762897d32

View File

@ -123,6 +123,8 @@ begin
P.Options.Add('-Fl/opt/freeware/lib');
P.Options.Add('-k-bbigtoc');
end;
else
; // Avoid compiler warning
end; {case}
P.NeedLibc := true;