VitaSmith / cdecrypt

Decrypt Wii U NUS content — Forked from: https://code.google.com/archive/p/cdecrypt/
Other
356 stars 25 forks source link

Remove unused variables to fix clang compilation errors #7

Closed NanoSector closed 2 years ago

NanoSector commented 2 years ago

Fixes clang errors thrown as the variable is being set but not actually used. The program compiles successfully on arm64/M1 macOS after this patch.

Signed-off-by: NanoSector rick@nanosector.nl

VitaSmith commented 2 years ago

Applied, thanks.