back out format-attribute change
authorKen Raeburn <raeburn@mit.edu>
Sun, 2 Jul 2000 20:52:00 +0000 (20:52 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 2 Jul 2000 20:52:00 +0000 (20:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12510 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/com_err.h

index 845e82b08c57d8ebe0cf2d53f593c3fe35adb158..9445923a044cab51b3ca6c2be1e046fb1686fe9a 100644 (file)
@@ -1,3 +1,9 @@
+2000-07-02  Ken Raeburn  <raeburn@mit.edu>
+
+       * com_err.h (com_err): Undo previous change; com_err accepts a
+       null pointer in place of the format string, but gcc warns about
+       it.
+
 2000-06-26  Ken Raeburn  <raeburn@mit.edu>
 
        * com_err.h (com_err): Declare with format attribute if using
index 7288e91ac33f9bfc9f1e780d28e53ab19680d1e8..7a8858b38611c8b5ef4b345c6211469823989c8f 100644 (file)
@@ -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));