diff options
Diffstat (limited to 'mail-client/mail-notification/files/mail-notification-jb-gcc-format.patch')
-rw-r--r-- | mail-client/mail-notification/files/mail-notification-jb-gcc-format.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail-client/mail-notification/files/mail-notification-jb-gcc-format.patch b/mail-client/mail-notification/files/mail-notification-jb-gcc-format.patch deleted file mode 100644 index c99b01eda48f..000000000000 --- a/mail-client/mail-notification/files/mail-notification-jb-gcc-format.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: epienbroek-mail-notification-eab5c13/jbsrc/lib/src/core/jb-util.c -=================================================================== ---- epienbroek-mail-notification-eab5c13.orig/jbsrc/lib/src/core/jb-util.c -+++ epienbroek-mail-notification-eab5c13/jbsrc/lib/src/core/jb-util.c -@@ -208,6 +208,10 @@ jb_message_result_string_format (const c - g_free(message); - } - -+#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4) -+static void print_warning_or_error (const char *prefix, const char *format, va_list args) __attribute__ ((format(printf, 1, 0))); -+#endif -+ - static void - print_warning_or_error (const char *prefix, const char *format, va_list args) - { |