mmozeiko / pkg2zip

Decrypts PlayStation Vita pkg file and packages to zip archive
The Unlicense
406 stars 89 forks source link

Errors compiling on gcc 8.1.1 #18

Closed coldiron closed 6 years ago

coldiron commented 6 years ago

-Werror causes compile to fail on gcc 8.1.1 with -Werror=format-truncation=

Disabling -Werror allows it to compile with warnings.

mmozeiko commented 6 years ago

Thanks, I've fixed it.