Opened 20 years ago
Closed 20 years ago
Last modified 19 years ago
#50 closed patch (fixed)
compile warnings in libmythtv/channelutil.cpp
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
get these warnings when compiling on linuxpcc.
channelutil.cpp:236: warning: passing negative value -0x00000000000000001' for converting 10 of static int ChannelUtil::CreateMultiplex(int, const QString&, uint, const QString&, int, int, bool, int, char, char, char, char, QString, QString, char, QString, QString, QString)'
channelutil.cpp:236: warning: passing negative value -0x00000000000000001' for converting 11 of static int ChannelUtil::CreateMultiplex(int, const QString&, uint, const QString&, int, int, bool, int, char, char, char, char, QString, QString, char, QString, QString, QString)'
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | channelutil.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

(In [6779]) Patch from jwestfall to get rid of some warnings on linuxppc. Fixes #50.