gpprofile2011 icon indicating copy to clipboard operation
gpprofile2011 copied to clipboard

[Pascal Warning] W1002 Symbol 'Win32Check' is specific to a platform

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?
1. Build any project for profiling (Shift + F9)

What is the expected output? What do you see instead?
No warning. 
But now Delphi give warning at every build.

What version of the product are you using? On what operating system?
GpProfile2011 v1.3.5 with XP and delphi 2006

Please provide any additional information below.

The fix is just to add the next two line on the top op gpprof.pas
{$WARN SYMBOL_PLATFORM OFF}
{$WARN SYMBOL_DEPRECATED OFF}

Original issue reported on code.google.com by [email protected] on 13 Oct 2011 at 3:49

Attachments:

  • [profiler warning.txt](https://storage.googleapis.com/google-code-attachments/gpprofile2011/issue-2/comment-0/profiler warning.txt)

GoogleCodeExporter avatar Apr 09 '15 06:04 GoogleCodeExporter