mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +02:00
* Removed warnings about missing libs.
git-svn-id: trunk@9511 -
This commit is contained in:
parent
f3699dda56
commit
8a3e22c772
@ -19,11 +19,13 @@ unit sysinitgprof;
|
||||
|
||||
implementation
|
||||
|
||||
{$warnings off}
|
||||
{$linklib gmon}
|
||||
{$linklib gcc}
|
||||
{$linklib cygwin}
|
||||
{$linklib user32}
|
||||
{$linklib kernel32}
|
||||
{$warnings on}
|
||||
|
||||
const
|
||||
monstarted : dword = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user