Skip to content
Snippets Groups Projects
Commit a9297211 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix bug with fixed event toggles

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?
parent f9f1a16a
Branches
Tags
No related merge requests found
Pipeline #8111 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment