You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/mit-krb5/files/mit-krb5-1.10.1_gcc470.patch

13 lines
345 B

bug #412359
--- src/lib/krb5/krb/deltat.c 2011-09-06 14:34:32.000000000 +0300
+++ src/lib/krb5/krb/deltat.c 2012-04-17 23:15:11.405005256 +0300
@@ -77,6 +77,7 @@
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wuninitialized"
+#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#include <ctype.h>