Overhaul for_statement_to_firm() so it is more friendly towards SSA construction...
[cparser] / attribute.c
index 9e82f79..1ea8f1d 100644 (file)
@@ -242,7 +242,7 @@ static void warn_arguments(const attribute_t *attribute)
 
        if (warning.other) {
                warningf(&attribute->source_position,
-                                "attribute '%s' needs no attributes",
+                                "attribute '%s' needs no arguments",
                                 get_attribute_name(attribute->kind));
        }
 }