Skip to content

Fix warnings reported by windows qt6 ci

Waqar Ahmed requested to merge work/fix-qt6-compilation-warnings into master

Fixes

  • "warning C4804: '-': unsafe use of type 'bool' in operation"
  • warning C4477: 'fprintf' : format string '%i' requires an argument of type 'int', but variadic argument 1 has type 'qsizetype'

Merge request reports