-
- Downloads
CPackIFW: Fix cppcheck warnings
The cppcheck warnings about uninitialised variables are likely harmless, since they are initialised in ParseResource() anyway. Fix the warnings anyway to reduce linting noise. The warning about a single argument non-explicit constructor is worth fixing in general.
Please register or sign in to comment