Skip to content

Qt warning fixes

Laurent Carlier requested to merge (removed):qt-warning-fixes into master

Fix a lot of warning with gcc 9.2, With these all warning are gone.

The most controversial is the last one - it disables packing of CWIDGET structure. I tried to see what could be the real benefit of this - without much success, at least on x86_64 CPUs - because size of CWIDGET is the same with or without packing.

Edited by Laurent Carlier

Merge request reports