Skip to content
  • Craig Scott's avatar
    CPackIFW: Fix cppcheck warnings · 7ed7db88
    Craig Scott authored
    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.
    7ed7db88