Pass -warn-uninitialized to cmake

This commit is contained in:
Sergio Martins
2021-03-26 13:45:35 +00:00
parent 75c7744e59
commit fff6c004e0

View File

@@ -12,6 +12,9 @@
"ECM_ENABLE_SANITIZERS" : "'address;undefined'",
"CMAKE_EXPORT_COMPILE_COMMANDS" : "ON",
"KDDockWidgets_FUZZER" : "OFF"
},
"warnings" : {
"uninitialized" : true
}
},
{