Enable more compiler warnings and treat them as errors.

This commit is contained in:
Brian Phlipot
2022-11-08 06:59:56 -07:00
committed by teejusb
parent f8f6f12999
commit 4a6b1a743c
141 changed files with 625 additions and 757 deletions
+5 -4
View File
@@ -198,12 +198,13 @@ bool ScreenTestSound::Input( const InputEventPlus &input )
break;
*/
default:
return false;
break;
}
default:
return false;
default:
break;
}
return true;
return false;
}
/*