From 774d8047e0f0ac0824a81b176cec761aac1e62d7 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 21 Oct 2018 13:11:23 +0300 Subject: fix some compiler warnings --- src/actions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions.c') diff --git a/src/actions.c b/src/actions.c index fcdf308..7cbd32a 100644 --- a/src/actions.c +++ b/src/actions.c @@ -75,6 +75,7 @@ int run_ADD(UserOpt * opt, Conf *conf) { } int run_DEL(UserOpt * opt, Conf *conf) { + UNUSED(conf); DB db = open_DB(opt); if (db.ptr == NULL) { if (db.error == SQL_ERR_NO_TABLES) { -- cgit v1.2.3