The source project of this merge request has been removed.
genconf: check default property value also for -nan
While recompiling with gcc7 I encountered that one of the probably 1000+ uninitialised properties end up as -nan
, leading to a corrupt xyzConf.py file No idea why this never bit us before. With this fix -nan
is checked in the same way as nan
.