Increase compiler warnings and fix them
This commit is contained in:
@@ -62,8 +62,11 @@ wave_rec_t wave_tx_rec;
|
||||
|
||||
/* dummy functions */
|
||||
int num_kanal = 1; /* only one channel used for debugging */
|
||||
void *get_sender_by_empfangsfrequenz(void);
|
||||
void *get_sender_by_empfangsfrequenz() { return NULL; }
|
||||
void display_measurements_add(void);
|
||||
void display_measurements_add() {}
|
||||
void display_measurements_update(void);
|
||||
void display_measurements_update() {}
|
||||
|
||||
static void print_help(const char *arg0)
|
||||
|
Reference in New Issue
Block a user