The linked variable has no visibility specifier explicitly set.
Example:
ITrader pending_trader;
Recommendation:
We advise one to be set so to avoid potential compilation discrepancies in the future as the current behaviour is for the compiler to assign one automatically which may deviate between pragma versions.
EVT-02S: Inexistent Visibility Specifier
Description:
The linked variable has no visibility specifier explicitly set.
Example:
Recommendation:
We advise one to be set so to avoid potential compilation discrepancies in the future as the current behaviour is for the compiler to assign one automatically which may deviate between
pragma
versions.