* ddb/db_command.c (db_help_cmd): Mark with attribute unused. --- ddb/db_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ddb/db_command.c b/ddb/db_command.c
index 3257e07..74134fb 100644
--- a/ddb/db_command.c
+++ b/ddb/db_command.c
@@ -382,7 +382,7 @@ struct db_command *ptr;
struct db_command *db_last_command = 0;
-void
+void __attribute__ ((unused))
db_help_cmd(void)
{
struct db_command *cmd = db_command_table;
--
1.8.1.4
