Issue 9329 - g++ -Wall: outliner.hxx member init order
Summary: g++ -Wall: outliner.hxx member init order
Status: CLOSED WONT_FIX
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: 643
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: malte_timmermann
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-18 17:06 UTC by caolanm
Modified: 2003-09-08 16:52 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch (761 bytes, patch)
2002-11-18 17:06 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2002-11-18 17:06:29 UTC
Attached is a trival patch to match the order of member initialization to order
of declaration for svx/inx/outliner.hxx. Cosmetic in this case but clears out
false positives from g++ -Wall.
Comment 1 caolanm 2002-11-18 17:06:49 UTC
Created attachment 3648 [details]
patch
Comment 2 malte_timmermann 2003-01-23 10:02:38 UTC
I don't see any reason for this.
The code is 100% correct, and if -Wall reports anything because of 
the order, it's a bug in g++.
Comment 3 malte_timmermann 2003-01-23 11:40:14 UTC
Closing myself, no QA member might have an idea about this...