mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
fix gcc 4.7.x warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3544901636
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -71,7 +71,7 @@ class CRecordInstance
|
|||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned short apid;
|
uint32_t apid;
|
||||||
unsigned int index;//FIXME not used ?
|
unsigned int index;//FIXME not used ?
|
||||||
bool ac3;
|
bool ac3;
|
||||||
} APIDDesc;
|
} APIDDesc;
|
||||||
|
@@ -34,7 +34,7 @@ class CLastChannel
|
|||||||
{
|
{
|
||||||
int channel;
|
int channel;
|
||||||
t_channel_id channel_id;
|
t_channel_id channel_id;
|
||||||
unsigned long timestamp;
|
long int timestamp;
|
||||||
int channel_mode;
|
int channel_mode;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user