neutronimaging / imagingsuite

Sources for imaging related tools
GNU General Public License v3.0
18 stars 11 forks source link

Clean QT_DEPRECATED warnings #699

Open anderskaestner opened 3 months ago

anderskaestner commented 3 months ago

There are plenty QT deprecation warnings to remove

anderskaestner commented 3 months ago

The warning "must specify at least one argument for '...' parameter of variadic macro [-Wgnu-zero-variadic-macro-arguments] QTEST_APPLESS_MAIN(Tkiplbase)" in the test sources can be suppressed using

add_compile_options(-Wno-gnu-zero-variadic-macro-arguments)