When building TMS VCL UI Pack 13.4.1.0 with Delphi 12.2 projects, we get a lot of warnings like below. Is there any way we can get rid of these warnings?
TEscherRecordCacheHdr.inc(11,3): warning W1075: W1075 Overloading a similar index type by declaring an array property 'Items'
TEscherRecordCacheHdr.inc(11,3): warning W1075: Related member: property TEscherRecordCache.Items[Integer]: TEscherRecord;
TEscherRecordCacheHdr.inc(11,3): warning W1075: Related member: property TObjectList.Items[NativeInt]: TObject;