http://bugzilla.novell.com/show_bug.cgi?id=497584 Summary: openjade-1.3.2-345.35: case label value exceeds maximum value for type Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just tried to build Factory package openjade-1.3.2-345.35 and the build said MifFOTBuilder.cxx:5161: warning: case label value exceeds maximum value for type The source code is case HypertextDestination: I agree with the compiler. This code will never be executed because the return value of the type() function is enum InfoType, not enum Marker :: Type. While it is certain this code is dead code, perhaps it would benefit from some rework to ensure the original programmer hasn't committed a coding error. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.