mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
* Really removed warnings about missing libs.
git-svn-id: trunk@9512 -
This commit is contained in:
parent
8a3e22c772
commit
5ed1f63b26
@ -19,14 +19,6 @@ unit sysinitgprof;
|
||||
|
||||
implementation
|
||||
|
||||
{$warnings off}
|
||||
{$linklib gmon}
|
||||
{$linklib gcc}
|
||||
{$linklib cygwin}
|
||||
{$linklib user32}
|
||||
{$linklib kernel32}
|
||||
{$warnings on}
|
||||
|
||||
const
|
||||
monstarted : dword = 0;
|
||||
|
||||
@ -177,4 +169,11 @@ unit sysinitgprof;
|
||||
Cygwin_crt0(@CMainDLL);
|
||||
end;
|
||||
|
||||
{$warnings off}
|
||||
{$linklib gmon}
|
||||
{$linklib gcc}
|
||||
{$linklib cygwin}
|
||||
{$linklib user32}
|
||||
{$linklib kernel32}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user