-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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)
Reactions are currently unavailable