2012-03-08 21:21:52 +00:00
|
|
|
This file also triggers the maybe-uninitialized warning/error. RT#7080
|
2012-01-04 18:52:34 +00:00
|
|
|
|
|
|
|
--- 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>
|