VitaSmith / cdecrypt

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

Remove unused variables to fix clang compilation errors #7

Closed NanoSector closed 1 year 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 1 year ago

Applied, thanks.