Mailinglist Archive: opensuse-bugs (5259 mails)
| < Previous | Next > |
[Bug 496306] New: kde4-k3b-4.2.1.svn942189-1.3: 2 * dodgy code
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 19 Apr 2009 15:27:04 -0600 (MDT)
- Message-id: <bug-496306-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugzilla.novell.com/show_bug.cgi?id=496306
Summary: kde4-k3b-4.2.1.svn942189-1.3: 2 * dodgy code
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: All
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE4 Applications
AssignedTo: kde-maintainers@xxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
I just tried to build Factory package kde4-k3b-4.2.1.svn942189-1.3
and the build said
1.
/usr/src/packages/BUILD/k3b/libk3b/projects/videocd/mpeginfo/k3bmpeginfo.cpp:310:
warning: case label value exceeds maximum value for type
The source code is
case MPEG_PICTURE_CODE:
I agree with the compiler. The value of MPEG_PICTURE_CODE won't fit
into a byte.
While it is certain this code is dead code, perhaps it would
benefit from some rework to enusre the original programmer
hasn't committed a coding error.
2.
Similar fun & games at
/usr/src/packages/BUILD/k3b/libk3b/tools/k3bmedium.cpp:194: warning: case label
value exceeds maximum value for type
The source code is
case K3b::Device::DVD:
--
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.
Summary: kde4-k3b-4.2.1.svn942189-1.3: 2 * dodgy code
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: All
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE4 Applications
AssignedTo: kde-maintainers@xxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
I just tried to build Factory package kde4-k3b-4.2.1.svn942189-1.3
and the build said
1.
/usr/src/packages/BUILD/k3b/libk3b/projects/videocd/mpeginfo/k3bmpeginfo.cpp:310:
warning: case label value exceeds maximum value for type
The source code is
case MPEG_PICTURE_CODE:
I agree with the compiler. The value of MPEG_PICTURE_CODE won't fit
into a byte.
While it is certain this code is dead code, perhaps it would
benefit from some rework to enusre the original programmer
hasn't committed a coding error.
2.
Similar fun & games at
/usr/src/packages/BUILD/k3b/libk3b/tools/k3bmedium.cpp:194: warning: case label
value exceeds maximum value for type
The source code is
case K3b::Device::DVD:
--
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.
| < Previous | Next > |