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

--- 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>