bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] ddb/db_command.c (db_help_cmd): mark with attribute unused


From: Marin Ramesa
Subject: [PATCH 2/2] ddb/db_command.c (db_help_cmd): mark with attribute unused
Date: Thu, 19 Dec 2013 18:51:06 +0100

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]