Kaveh Ghazi's printf format attribute checking patch.
[deliverable/binutils-gdb.git] / bfd / vms.h
index 8960aa5586e786665283a4598d927ec046eb41f2..33ac38b76645d9d8671dc9c72a9868abefb9cd9a 100644 (file)
--- a/bfd/vms.h
+++ b/bfd/vms.h
@@ -620,8 +620,8 @@ struct vms_private_data_struct
 #define SECTION_NAME_TEMPLATE "__SEC__%d"
                                         
 #if VMS_DEBUG                           
-extern void _bfd_vms_debug (int, char *, ..);
-extern void _bfd_hexdump   (int, unsignedchar *, int, int);
+extern void _bfd_vms_debug (int, char *, ...) ATTRIBUTE_PRINTF_2;
+extern void _bfd_hexdump   (int, unsigned char *, int, int);
                                         
 #define vms_debug _bfd_vms_debug        
 #endif                                  
This page took 0.025399 seconds and 4 git commands to generate.