*: rename ATTRIBUTE_XXX to just XXX.

This commit is contained in:
Denis Vlasenko
2008-07-05 09:18:54 +00:00
parent f6efccc065
commit a60f84ebf0
228 changed files with 479 additions and 479 deletions

View File

@ -371,9 +371,9 @@ static void load_regexes_from_file(llist_t *fopt)
}
static int FAST_FUNC file_action_grep(const char *filename,
struct stat *statbuf ATTRIBUTE_UNUSED,
struct stat *statbuf UNUSED_PARAM,
void* matched,
int depth ATTRIBUTE_UNUSED)
int depth UNUSED_PARAM)
{
FILE *file = fopen(filename, "r");
if (file == NULL) {