Skip to content

Ticket #547: CMakeLists fix: set mingw specific option only when needed

Vincent Monfort requested to merge vmo-fix-mingw-build into master

The -Wno-pedantic-ms-format shall be set only when mingw is used, otherwise the option is indicated not supported when warnings occur on other GNU compiler

Merge request reports