summaryrefslogtreecommitdiffstats
path: root/krb5-1.10-gcc47.patch
blob: b973442ac353e56dfc731a4b4fd6ae0df3f6ea53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This file also triggers the maybe-uninitialized warning/error. RT#7080

--- src/lib/krb5/krb/x-deltat.y
+++ src/lib/krb5/krb/x-deltat.y
@@ -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>