- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / bb_askpass.c
index ca18aded99cd15b4d58a9f5b4347576986b0e3f1..fba82a07bf2a79175216a20a1e11182bb93c4476 100644 (file)
@@ -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)
 {
 }