I am using the template code found on the Ethereum website for crowdfunding and when I insert it in the solidity contract source code in the Ethereum wallet, it returns:
Unused local variable
contract token { function transfer(address receiver, uint amount){ } }
What am I supposed to write there so the contract gets properly read in the wallet?