Changeset 10b5970 for tests/exceptions


Ignore:
Timestamp:
Jan 7, 2025, 3:22:19 PM (2 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
190a833
Parents:
70670e7
Message:

Fix many test-suite- and libcfa-caused unused variable warnings.

In scope are easy fixes among tests whose sole warnings were unused variable. Reduces the wflags lax list by 40%.

Location:
tests/exceptions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/hotpotato.cfa

    r70670e7 r10b5970  
    129129        intmax_t seed = 42;                                                                     // random-number seed
    130130        bool playersSet = false;
    131         char * nosummary = getenv( "NOSUMMARY" );                       // print extra output
    132131
    133132        try {
  • tests/exceptions/hotpotato_checked.cfa

    r70670e7 r10b5970  
    150150        intmax_t seed = 42;                                                                     // random-number seed
    151151        bool playersSet = false;
    152         char * nosummary = getenv( "NOSUMMARY" );                       // print extra output
    153152
    154153        try {
Note: See TracChangeset for help on using the changeset viewer.