Opened 16 years ago
Closed 16 years ago
Last modified 14 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)
Changed 16 years ago by
Attachment: | channelutil.diff added |
---|
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [6779]) Patch from jwestfall to get rid of some warnings on linuxppc. Fixes #50.