stricter warnings: Wredundant-decls

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

View file

@ -51,6 +51,7 @@
#ifndef ON_DEVICE
#include "ui.h"
#include "util.h"
# include "cmddata.h"
# define prnt(args...) PrintAndLogEx(DEBUG, ## args );
#else