• Mark Tyneway's avatar
    contracts-bedrock: fix compiler warnings · af9ee1c1
    Mark Tyneway authored
    Fix the compiler warnings in the `DelayedVetoable` tests.
    There were unused variables returned from low level calls.
    There are alternative compiler warning if there is no
    assignment to the variables, so the solution is to use them
    either in an assertion or just reference them on their own line.
    Silly compiler.
    af9ee1c1
DelayedVetoable.t.sol 8.8 KB