Silence warnings and fixes

- Silence warning [-Wmaybe-uninitialized]
- m359: Fix value overflow
- m534: Silence warnings
- mmc1: Silence warnings
- Silence more warnings
This commit is contained in:
negativeExponent
2020-02-17 10:11:55 +08:00
parent ddb1fe786a
commit f9fb33d8e8
9 changed files with 19 additions and 27 deletions

View File

@@ -56,8 +56,8 @@ void Mirror(uint8 value)
static void Sync() {
uint8 prglo;
uint8 prghi;
uint8 prglo = 0;
uint8 prghi = 0;
uint8 outb = outer << 1;