mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 09:29:07 +02:00
fcl-passrc: fixed hint of unimplemented
git-svn-id: trunk@37195 -
This commit is contained in:
parent
1057f7968e
commit
0fae0cb389
@ -204,7 +204,7 @@ resourcestring
|
||||
sFoundCallCandidateX = 'Found call candidate %s';
|
||||
sSymbolXIsNotPortable = 'Symbol "%s" is not portable';
|
||||
sSymbolXIsExperimental = 'Symbol "%s" is experimental';
|
||||
sSymbolXIsNotImplemented = 'Symbol "%s" is implemented';
|
||||
sSymbolXIsNotImplemented = 'Symbol "%s" is not implemented';
|
||||
sSymbolXBelongsToALibrary = 'Symbol "%s" belongs to a library';
|
||||
sSymbolXIsDeprecated = 'Symbol "%s" is deprecated';
|
||||
sSymbolXIsDeprecatedY = 'Symbol "%s" is deprecated: %s';
|
||||
|
@ -10053,7 +10053,7 @@ begin
|
||||
CheckResolverHint(mtWarning,nSymbolXBelongsToALibrary,'Symbol "TLibrary" belongs to a library');
|
||||
CheckResolverHint(mtWarning,nSymbolXIsNotPortable,'Symbol "TPlatform" is not portable');
|
||||
CheckResolverHint(mtWarning,nSymbolXIsExperimental,'Symbol "TExperimental" is experimental');
|
||||
CheckResolverHint(mtWarning,nSymbolXIsNotImplemented,'Symbol "TUnimplemented" is implemented');
|
||||
CheckResolverHint(mtWarning,nSymbolXIsNotImplemented,'Symbol "TUnimplemented" is not implemented');
|
||||
CheckResolverUnexpectedHints;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user