Skip to content

Ticket #757: CMake configuration: avoid compilation to fail with GCC < 6

Vincent Monfort requested to merge vmo_gcc_support_fix into master

-Wduplicated-cond and -Wnull-dereference are not supported with GCC version < 6, make them optional with GCC < 6

Merge request reports