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

2013-12-19 Thread Marin Ramesa
* 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

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

2013-12-19 Thread Samuel Thibault
Marin Ramesa, le Thu 19 Dec 2013 18:51:06 +0100, a écrit : * ddb/db_command.c (db_help_cmd): Mark with attribute unused. Err, well, no, on the contrary. Marking the function as unused silences the warning, and thus maintainers won't realize any more that it is unused, and thus the probability of