gcc is happy now.
}
/*
- * Simple stream reposition routine
+ * nothing to do as we'll seek to the correct offset in aac read_chunk() anyway
*/
-static int aac_reposition_stream(long unsigned request)
+static int aac_reposition_stream(__a_unused long unsigned request)
{
return 1;
-// return -E_AAC_REPOS;
}
static char *aac_read_chunk(long unsigned current_chunk, ssize_t *len)
if (ret <= 0) {
close_stat_pipe();
/* avoid busy loop if server is down */
- while (sleep(1) > 0)
+ while (sleep(1) > 0) /* FIXME */
; /* try again*/
} else {
st->buf[ret + st->loaded] = '\0';
INIT_FILTER_ERRLISTS;
-#define INBUF_SIZE 32 * 1024
-
static struct stdin_task stdin_task_struct;
static struct stdin_task *sit = &stdin_task_struct;
static struct filter_chain filter_chain_struct;
#include "db.h"
#include "server.h"
#include "afs.h"
-#include "afh.h" /* FIXME */
#include "config.h"
#include "close_on_fork.h"
#include "send.h"
* \return If not, return -E_NO_WAV_HEADER, otherwise, return zero. If
* there is less than WAV_HEADER_LEN bytes awailable, return one.
*/
-static void check_wav_pre_select(struct sched *s, struct task *t)
+static void check_wav_pre_select(__a_unused struct sched *s, struct task *t)
{
struct check_wav_task *cwt = t->private_data;
unsigned char *a;