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

@@ -33,6 +33,7 @@
#include "protocols.h"
#include "fileutils.h" // searchfile
#include "cmdlf.h" // lf_config
#include "generator.h"
static int returnToLuaWithError(lua_State *L, const char *fmt, ...) {
char buffer[200];