/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 {
^-----------^