Exclude warnings and hints when compiling

Hello TMS Software Team,

I started programming again in Delphi after a few years (Delphi XE2) and now using Delphi Pro 10.4.1. Maybe a stupid question, but when building (full compile) my program I also get warning and hints about components in the TMS VCL UI Pack. I cannot remember in XE2 to get such warnings and hints from third party components. Don't get me wrong, I am not suggesting that you fix these, I just don't want to see them when compiling my program. Can you offer some help. I looked at all the project settings, but alas to no succes.

Thanks in advance.

Best regards,
Fons

[dcc32 Hint] AdvGraphicsStyles.pas(1851): H2443 Inline function 'StyleServices' has not been expanded because unit 'Vcl.Controls' is not specified in USES list
[dcc32 Hint] AdvGraphicsStyles.pas(1851): H2443 Inline function 'StyleServices' has not been expanded because unit 'Vcl.Controls' is not specified in USES list
[dcc32 Hint] AdvGraphicsStyles.pas(1851): H2443 Inline function 'StyleServices' has not been expanded because unit 'Vcl.Controls' is not specified in USES list
[dcc32 Warning] AdvToolBar.pas(30655): W1036 Variable 'Clr' might not have been initialized
[dcc32 Warning] AdvToolBar.pas(30655): W1036 Variable 'ClrTo' might not have been initialized
[dcc32 Warning] AdvToolBar.pas(30695): W1036 Variable 'BrClr' might not have been initialized
[dcc32 Warning] AdvToolBar.pas(30786): W1036 Variable 'TxtClr' might not have been initialized
[dcc32 Warning] AdvToolBar.pas(30660): W1036 Variable 'DwClr' might not have been initialized
[dcc32 Warning] AdvToolBar.pas(30660): W1036 Variable 'DwClrTo' might not have been initialized

These are new warnings 10.4 throws.
These will be fixed in the next update.

Many thanks.