OnGridSystems / UniGoldCoin

Indivisible token representing the right to receive physical gold coin and its governance.
2 stars 1 forks source link

Silence solc warnings on arg names #20

Closed ongrid closed 6 years ago

ongrid commented 6 years ago
/Users/kirill/Prog/UniGoldCoin/contracts/UniGoldCoinBurner.sol:12:26: Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.
  function tokenFallback(address _from, uint _value, bytes _data) public {
                         ^-----------^
,/Users/kirill/Prog/UniGoldCoin/contracts/UniGoldCoinBurner.sol:12:54: Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.
  function tokenFallback(address _from, uint _value, bytes _data) public {
                                                     ^---------^
,/Users/kirill/Prog/UniGoldCoin/contracts/mocks/TokenFallbackMock.sol:18:26: Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.
  function tokenFallback(address _from, uint _value, bytes _data) external {
                         ^-----------^