* disable notes for the Collections.Generics unit

This commit is contained in:
Sven/Sarah Barth 2024-12-31 18:30:02 +01:00
parent 4f5b708d49
commit 9627f98f7b

View File

@ -37,6 +37,7 @@ unit Generics.Collections;
{$DEFINE TREE_CONSTRAINTS := TKey, TValue, TInfo}
{$WARNINGS OFF}
{$HINTS OFF}
{$NOTES OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$POINTERMATH ON}