Hi UnifAce
When compiling components I got many warnings/Infos about missing entities and/or pathes.
This is a bit annoying, as we are aware of this and the warnings are not useful in our cases.
So could you please extend the #pragma directive by "#pragma warning"
Syntax should be
"#pragma warning( disable :" + <warning-number-list> + ")"
where the list is a list of error-numbers.
All numbers listed should not be ouput
( have a look at learn.microsoft.com/en-us/cpp/preprocessor/warning?view=msvc-170 )
So too disable the infos/warnings mentions above, the statment look like:
#pragma warning( disable : 1074 1076 1103 1105 )
Ingo
------------------------------
Ingo Stiller
Aareon Deutschland GmbH
------------------------------