Skip to content

genconf: check default property value also for -nan

Walter Lampl requested to merge (removed):genConf_minusNan into master

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.

Merge request reports