fix gcc 4.7.x warnings

This commit is contained in:
satbaby
2012-07-09 10:38:05 +02:00
parent df2ab71978
commit 3544901636
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ class CRecordInstance
{
private:
typedef struct {
unsigned short apid;
uint32_t apid;
unsigned int index;//FIXME not used ?
bool ac3;
} APIDDesc;

View File

@@ -34,7 +34,7 @@ class CLastChannel
{
int channel;
t_channel_id channel_id;
unsigned long timestamp;
long int timestamp;
int channel_mode;
};