tokencard / contracts

The Consumer Contract Wallet
GNU General Public License v3.0
94 stars 40 forks source link

Silence shadowing warnings in ENS files #553

Closed i-stam closed 4 years ago

i-stam commented 4 years ago

This silences the shadowing warnings in ENS files

The experimental pragma cannot be silenced if used.

The approach used ("underscoring" function parameters) is non-intrusive (no functional code was modified) and much simpler than using older compiler versions.

mischat commented 4 years ago

@nostdm it is a BSD-2 license ...

mischat commented 4 years ago

https://opensource.org/licenses/BSD-2-Clause ... what we are doing is fine.