2 Build Hint warnings release/1.2 (XE5)

Issue #160 resolved
Ryan Potts created an issue

Building with no errors and 2 warnings.

Spring.Interception.ClassProxy.pas(118): Hint warning H2443: Inline function 'TColle ctions.CreateDictionary' has not been expanded because unit 'System.Generics.Co llections' is not specified in USES list

and

Spring.Mocking.Interceptor.pas(113): Hint warning H2443: Inline function 'TCollections.Cr eateMultiMap' has not been expanded because unit 'System.Generics.Collections' is not specified in USES list

Should I be concerned?

Thanks,

Ryan

Comments (5)

  1. Stefan Glienke repo owner

    That is not an issue at all. However we will try to fix this before releasing and running a complete test suite on all versions (currently only running on a limited number of versions that I have installed on my development machine)

  2. Log in to comment