Quote:
Originally Posted by Radical Pi
switch is a bool variable. Did you declare it? dsio being unused is an effect of the = error because the compiler doesn't recognize that line as valid, so no go on using it.
|
Remember that switch is a reserved word in C++. Don't try to use it for a variable name.