Skip to content

Error and warnings when compiling contracts #75

@johba37

Description

@johba37

when running sh compile.sh with solc 0.4.19 i get the following error and warnings:

fs.sol:126:43: Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.
   function debug_forwardData(bytes32 id, address a) public returns (uint) {
                                          ^-------^
fs.sol:126:4: Warning: Function state mutability can be restricted to view
   function debug_forwardData(bytes32 id, address a) public returns (uint) {
   ^
Spanning multiple lines.
Error: Documented parameter "limit
@param" not found in the parameter list of the function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions