stricter warnings: Wredundant-decls

This commit is contained in:
Philippe Teuwen
2020-05-03 12:23:55 +02:00
parent 6221d28e43
commit 19be62f7e6
9 changed files with 11 additions and 39 deletions

View File

@@ -42,7 +42,7 @@ typedef struct {
} session_arg_t;
extern session_arg_t session;
extern bool showDemod;
#ifndef M_PI
#define M_PI 3.14159265358979323846264338327
#endif