Kaveh Ghazi's printf format attribute checking patch.
[deliverable/binutils-gdb.git] / binutils / dllwrap.c
index 0c01f5f9390a79abb5cae7dee8f942633b814453..97b138a1ae3810a216a80e0e7efb2f22c73333eb 100644 (file)
@@ -118,9 +118,9 @@ static int run (const char *, char *);
 static char *mybasename (const char *);
 static int strhash (const char *);
 static void usage (FILE *, int);
-static void display (const char *, va_list);
-static void inform (const char *, ...);
-static void warn (const char *, ...);
+static void display (const char *, va_list) ATTRIBUTE_PRINTF(1,0);
+static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
+static void warn (const char *, ...) ATTRIBUTE_PRINTF_1;
 static char *look_for_prog (const char *, const char *, int);
 static char *deduce_name (const char *);
 static void delete_temp_files (void);
This page took 0.023422 seconds and 4 git commands to generate.