Add attribute printf to _bfd_error_handler
[deliverable/binutils-gdb.git] / bfd / libbfd.h
index 5cc00d387bc999382d39b972f529a891eb7c9459..0fba5bea3e994f342c0e70ceed8537cef716d3ac 100644 (file)
@@ -114,7 +114,7 @@ extern void *bfd_realloc2
 extern void *bfd_zmalloc2
   (bfd_size_type, bfd_size_type);
 
-extern void _bfd_error_handler (const char *s, ...);
+extern void _bfd_error_handler (const char *s, ...) ATTRIBUTE_PRINTF_1;
 
 /* These routines allocate and free things on the BFD's objalloc.  */
 
This page took 0.032247 seconds and 4 git commands to generate.