mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Mark unused vars as comment
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@104 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 1b13da2617
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-21 (Mon, 21 Dec 2009)
This commit is contained in:
@@ -49,7 +49,7 @@ static unsigned int writebuf_size = 0;
|
||||
static unsigned char writebuf[PACKET_SIZE];
|
||||
|
||||
static int
|
||||
sync_byte_offset (const unsigned char * buf, const unsigned int len)
|
||||
sync_byte_offset (const unsigned char * buf, const unsigned int len)
|
||||
{
|
||||
|
||||
unsigned int i;
|
||||
@@ -61,7 +61,7 @@ sync_byte_offset (const unsigned char * buf, const unsigned int len)
|
||||
return -1;
|
||||
}
|
||||
|
||||
void packet_stdout (int fd, unsigned char * buf, int count, void * p)
|
||||
void packet_stdout (int fd, unsigned char * buf, int count, void * /*p*/)
|
||||
{
|
||||
|
||||
unsigned int size;
|
||||
@@ -173,7 +173,7 @@ int open_incoming_port (int port)
|
||||
void * streamts_live_thread(void *data);
|
||||
int streamts_stop;
|
||||
|
||||
void streamts_main_thread(void *data)
|
||||
void streamts_main_thread(void */*data*/)
|
||||
{
|
||||
struct sockaddr_in servaddr;
|
||||
int clilen;
|
||||
|
Reference in New Issue
Block a user