On Sunday 18 October 2009 16:31:04 Pavel Sanda wrote:
> i'm not sure whether we should fix, but gcc 4.3 with monolithic build gives
> those warnings:
I'm writing the following as a user, not a developer...
I'm a huge fan of -Wall producing no warnings. That way I know I got a clean
compile, and
i'm not sure whether we should fix, but gcc 4.3 with monolithic build gives
those warnings:
In file included from liblyxqt4.cpp:79:
GuiView.cpp:168: warning: 'lyx::frontend::GuiView::GuiViewPrivate' has a field
'lyx::frontend::GuiView::GuiViewPrivate::bg_widget_' whose type uses the
anonymous n
Andre Poenitz wrote:
After revision 22857 gcc complains:
../../../../trunk/src/support/qstring_helpers.h: In function 'const
QString lyx::toqstr(lyx::char_type)':
../../../../trunk/src/support/qstring_helpers.h:75: warning:
dereferencing type-punned pointer will break strict-aliasing rules
Poss
After revision 22857 gcc complains:
../../../../trunk/src/support/qstring_helpers.h: In function 'const
QString lyx::toqstr(lyx::char_type)':
../../../../trunk/src/support/qstring_helpers.h:75: warning:
dereferencing type-punned pointer will break strict-aliasing rules
Possible fix:
Index: qstr