Skip to content
  • Rob Swindell's avatar
    a9297211
    Fix bug with fixed event toggles · a9297211
    Rob Swindell authored
    I'm totally perplexed that none of the compilers we have warned about this
    obvious incorrect usage of the toggle_flag() function. Not warning about
    passing false (0/NULL) for a char* makes some sense, but not the passing of
    a const char* in place of a bool (int)? Maybe we should be building with
    -Wall?
    a9297211
    Fix bug with fixed event toggles
    Rob Swindell authored
    I'm totally perplexed that none of the compilers we have warned about this
    obvious incorrect usage of the toggle_flag() function. Not warning about
    passing false (0/NULL) for a char* makes some sense, but not the passing of
    a const char* in place of a bool (int)? Maybe we should be building with
    -Wall?
Loading