The linked variables have no visibility specifier explicitly set.
Example:
bytes4 constant transfer = IERC20
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.
THR-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.