mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 19:30:32 +02:00
* Fix some compiler warnings
This commit is contained in:
parent
929b6ff18b
commit
7762897d32
@ -123,6 +123,8 @@ begin
|
|||||||
P.Options.Add('-Fl/opt/freeware/lib');
|
P.Options.Add('-Fl/opt/freeware/lib');
|
||||||
P.Options.Add('-k-bbigtoc');
|
P.Options.Add('-k-bbigtoc');
|
||||||
end;
|
end;
|
||||||
|
else
|
||||||
|
; // Avoid compiler warning
|
||||||
end; {case}
|
end; {case}
|
||||||
|
|
||||||
P.NeedLibc := true;
|
P.NeedLibc := true;
|
||||||
|
Loading…
Reference in New Issue
Block a user