Kaveh Ghazi's printf format attribute checking patch.
[deliverable/binutils-gdb.git] / include / dis-asm.h
index fc1776c15cbc6b056ef67d081a3cc35c15f65e57..67473ad37a288847333a3fa617eb05a42f526796 100644 (file)
@@ -35,7 +35,7 @@ extern "C" {
 #include <stdio.h>
 #include "bfd.h"
 
-typedef int (*fprintf_ftype) (void *, const char*, ...);
+typedef int (*fprintf_ftype) (void *, const char*, ...) ATTRIBUTE_FPTR_PRINTF_2;
 
 enum dis_insn_type {
   dis_noninsn,                 /* Not a valid instruction */
This page took 0.03356 seconds and 4 git commands to generate.