mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-05-03 07:29:34 +00:00
* parse: Fix unsafe cast * parse: Fix uninitialized warning This is a false positive from cl.exe's /W4: We only use this variable in a branch where it ends up initialized.