aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/437_warn_unused_function_parameter.sol
blob: 8a36eaad0e38197d54a921b06f52fa4386722f11 (plain) (tree)
1
2
3
4
5
6





                                                                                                                
contract C {
    function f(uint a) pure public {
    }
}
// ----
// Warning: (28-34): Unused function parameter. Remove or comment out the variable name to silence this warning.