explicit void params declarations, add warnings to keep it correct

thx http://nickdesaulniers.github.io/blog/2019/05/12/f-vs-f-void-in-c-vs-c-plus-plus/
This commit is contained in:
cathugger
2019-05-14 20:29:27 +03:00
parent d03798bece
commit 92b36121b6
6 changed files with 28 additions and 10 deletions

View File

@@ -92,4 +92,5 @@ extern struct pfiltervec filters;
extern int flattened;
extern void filters_init(void);
extern void filters_add(const char *filter);
extern size_t filters_count(void);