Hi everybody,
after Werner's change to fix compilation with Qt5.5 I'm getting warnings like
this:
/home/joern/MuseScoreQt55/libmscore/element.cpp: In member function ‘virtual
QPointF Ms::Element::pagePos() const’:
/home/joern/MuseScoreQt55/libmscore/element.cpp:520:34: warning: suggest
braces around empty body in an ‘else’ statement [-Wempty-body]
Q_ASSERT(false);
^
This "Q_ASSERT(false);" was introduced in 3adc1ea6 by Jojo-Schmitz in March
2014 to replace "abort();"
As far as I understand, it means that the current release will silently ignore
a problem that used to abort the application and I was just wondering if this
is the desired behaviour.
On the other hand, it seems to not have been a problem for some time now, so
we might just want to get rid of the warning.
heuchi
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer