summarylogtreecommitdiffstats
path: root/krb5-1.10.1-gcc47.patch
diff options
context:
space:
mode:
authorFantix King2012-09-22 15:26:44 +0800
committerFantix King2015-12-30 05:02:31 +0800
commitcf7445d0c3ee302fe8f58093fcf9fbddd030a31b (patch)
tree589fc6751c5e57bdd1f4371d9afc84c6c0ff300e /krb5-1.10.1-gcc47.patch
downloadaur-cf7445d0c3ee302fe8f58093fcf9fbddd030a31b.tar.gz
1.10.3-1.1
Diffstat (limited to 'krb5-1.10.1-gcc47.patch')
-rw-r--r--krb5-1.10.1-gcc47.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/krb5-1.10.1-gcc47.patch b/krb5-1.10.1-gcc47.patch
new file mode 100644
index 000000000000..ffd01c2a33d7
--- /dev/null
+++ b/krb5-1.10.1-gcc47.patch
@@ -0,0 +1,11 @@
+diff -Naur krb5-1.10.1.ori/src/lib/krb5/krb/x-deltat.y krb5-1.10.1/src/lib/krb5/krb/x-deltat.y
+--- krb5-1.10.1.ori/src/lib/krb5/krb/x-deltat.y 2011-09-06 07:34:32.000000000 -0400
++++ krb5-1.10.1/src/lib/krb5/krb/x-deltat.y 2012-03-24 13:15:11.543551318 -0400
+@@ -44,6 +44,7 @@
+ #ifdef __GNUC__
+ #pragma GCC diagnostic push
+ #pragma GCC diagnostic ignored "-Wuninitialized"
++#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
+ #endif
+
+ #include <ctype.h>