Skip to content

VP1Gui: Suppress a gcc14 warning.

Scott Snyder requested to merge ssnyder/athena:gcc14warn.VP1Gui-20240621 into main

From this package, gcc14 gives -Wtemplate-id-cdtor from the qt5 qfutureinterface.h header. For now, just suppress this warning where needed.

Merge request reports