diff options
Diffstat (limited to 'src/util/et/com_err.h')
| -rw-r--r-- | src/util/et/com_err.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h index 7288e91ac3..7a8858b386 100644 --- a/src/util/et/com_err.h +++ b/src/util/et/com_err.h @@ -69,11 +69,7 @@ extern "C" { #endif KRB5_DLLIMP extern void KRB5_CALLCONV_C com_err - ET_STDARG_P((const char FAR *, errcode_t, const char FAR *, ...)) -#if !defined (__cplusplus) && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)) - __attribute__ ((__format__ (__printf__, 3, 4))) -#endif - ; + ET_STDARG_P((const char FAR *, errcode_t, const char FAR *, ...)); KRB5_DLLIMP extern void KRB5_CALLCONV com_err_va ET_P((const char FAR *whoami, errcode_t code, const char FAR *fmt, va_list ap)); |
