Le 16/12/2018 à 21:46, Jean-Marc Lasgouttes a écrit :
Le 14/12/2018 à 20:05, Richard Kimberly Heck a écrit :
Riki, can this be done in stable branch too? The warnings with gcc 8
are annoying.
Please, they are indeed very annoying.
OK, done.
With clang 7, I get lots of the following warnings. Shall we fix them or
disabled the warning?
JMarc
../../../../master/src/frontends/qt4/GuiApplication.h:73:7: warning:
'event' overrides a member
function but is not marked 'override'
[-Winconsistent-missing-override]
bool event(QEvent * e);
^
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:204:10: note:
overridden virtual function
is here
bool event(QEvent *) override;
^