The linked variables have no visibility specifier explicitly set.
Example:
uint8 constant _decimalsUSD = 18;
Recommendation:
We advise them 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.
DSO-01S: Inexistent Visibility Specifiers
Description:
The linked variables have no visibility specifier explicitly set.
Example:
Recommendation:
We advise them 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.