blob: 4c015b73cd38e149ae45ccc911e67c6b01b39d57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: libcpp/include/cpplib.h
===================================================================
--- libcpp/include/cpplib.h (revision 106842)
+++ libcpp/include/cpplib.h (working copy)
@@ -474,7 +474,7 @@
/* Called to emit a diagnostic if client_diagnostic option is true.
This callback receives the translated message. */
void (*error) (cpp_reader *, int, const char *, va_list *)
- ATTRIBUTE_PRINTF(3,0);
+ ATTRIBUTE_FPTR_PRINTF(3,0);
};
/* Chain of directories to look for include files in. */
|