*: rename ATTRIBUTE_XXX to just XXX.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "libbb.h"
|
||||
|
||||
/* do nothing signal handler */
|
||||
static void askpass_timeout(int ATTRIBUTE_UNUSED ignore)
|
||||
static void askpass_timeout(int UNUSED_PARAM ignore)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user