Closed
Bug 35544
Opened 25 years ago
Closed 13 years ago
Warning: AddLargestSize()/AddSmallestSize() hides inherited virtual function
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pierre, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
When compiling Layout on the Mac, we get the following warnings. Usually it's a
bad sign. Please check and fix or just mark Invalid.
Warning : 'nsSprocketLayout::AddLargestSize(nsSize &, const nsSize &, int)' hides
inherited virtual function 'nsBoxLayout::AddLargestSize(nsSize &, const nsSize &
)'
nsSprocketLayout.h line 162 };
Warning : 'nsSprocketLayout::AddSmallestSize(nsSize &, const nsSize &, int)'
hides inherited virtual function 'nsBoxLayout::AddSmallestSize(nsSize &, const
nsSize &)'
nsSprocketLayout.h line 162 };
Reporter | ||
Comment 1•25 years ago
|
||
Code-level bug: setting myself as QA contact
QA Contact: jrgm → pierre
Comment 3•25 years ago
|
||
moving to m18. Eric, could you please look at this to determine if it could be
causing more serious problems?
Target Milestone: M17 → M18
Comment 4•25 years ago
|
||
mass-moving all bugs to m21 that are not dofood+, or nsbeta2+
Target Milestone: M18 → M21
Comment 5•25 years ago
|
||
for the record, this is still in the build logs as a warning
Comment 6•24 years ago
|
||
(per trudelle). mass-moving all evaughan non-nsbeta3+ bugs to 'Future'
milestone
Target Milestone: M21 → Future
Comment 7•21 years ago
|
||
This bug is targeted at a Mac classic platform/OS, which is no longer supported
by mozilla.org. Please re-target it to another platform/OS if this bug applies
there as well or resolve this bug.
I will resolve this bug as WONTFIX in four weeks if no action has been taken.
To filter this and similar messages out, please filter for "mac_cla_reorg".
Comment 8•21 years ago
|
||
obviously this isn't a mac os9-specific warning
this bug *may* have been fixed already; sorry I can't confirm either way
OS: Mac System 8.5 → All
Comment 9•16 years ago
|
||
This bug hasen't been touched for years and is clearly unowned. Moving back to default assignee/QA so that people, who are watching those can accurately triage this bug.
Also resetting Priority, Target Milestone, Status Whiteboard and Status.
Assignee: eric → nobody
Status: ASSIGNED → NEW
Priority: P3 → --
QA Contact: pierre → xptoolkit.widgets
Target Milestone: Future → ---
Updated•14 years ago
|
Whiteboard: [build_warning]
Updated•14 years ago
|
Blocks: buildwarning
Comment 10•13 years ago
|
||
I am not getting any warning in current code in my local build and in nightly builds of Windows, Linux and OS64.
Hence closing this bug.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•