By default, Bugzilla does not search the list of RESOLVED bugs.You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
| Summary: |
Build issue: kmplayer build warnings and errors with gcc 4.8.2 |
| Product: |
TDE
|
Reporter: |
Darrell <darrella> |
| Component: |
non-core programs | Assignee: |
Timothy Pearson <kb9vqf> |
| Status: |
NEW
---
|
|
|
| Severity: |
normal
|
CC: |
bugwatch
|
| Priority: |
P5
|
|
|
| Version: |
R14.0.x [Trinity] | |
|
| Hardware: |
Other | |
|
| OS: |
Linux | |
|
|
Compiler Version:
|
|
TDE Version String:
|
|
|
Application Version:
|
|
Application Name:
|
|
With each gcc release, more and more build warnings and errors are appearing in my build logs. Of recent note are new messages when building kmplayer with gcc 4.8.2: ----------------- xineplayer.cpp:766:9: warning: case value '1002' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_progress: { ^ xineplayer.cpp:772:9: warning: case value '1003' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_url: { ^ xineplayer.cpp:754:9: warning: case value '1004' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_size: { ^ xineplayer.cpp:778:9: warning: case value '1005' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_title: { ^ xineplayer.cpp:784:9: warning: case value '1006' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_video: ^ .... gstplayer.cpp:819:9: warning: case value '1001' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_playing: ^ gstplayer.cpp:804:9: warning: case value '1002' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_size: { ^ gstplayer.cpp:829:9: warning: case value '1003' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_eos: ^ gstplayer.cpp:824:9: warning: case value '1004' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_progress: ^ gstplayer.cpp:830:9: warning: case value '1005' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_error: ^ gstplayer.cpp:833:9: warning: case value '1006' not in enumerated type 'TQEvent::Type' [-Wswitch] case event_video: ^ ----------------- My guess is the underlying cause of these warnings and errors exist with previous versions of gcc as well, but simply are not printed to stdout/stderr. Although kmplayer builds without additional incident, the context of the messages indicate something needs attention in kmplayer.