Hi Steven,

gcc-4.4 (as shipped in fedora rawhide) is a lot more paranoid.

The patch fix the only build failure in corosync, but there are tons of
serious warnings that we should urgently look into.

Fabio
Index: exec/crypto.c
===================================================================
--- exec/crypto.c	(revision 1766)
+++ exec/crypto.c	(working copy)
@@ -37,8 +37,8 @@
 #define ENDIAN_LITTLE
 #elif _BYTE_ORDER == _BIG_ENDIAN
 #define ENDIAN_BIG
-#elif
-#warning "cannot detect byte order"
+#else
+#error "cannot detect byte order"
 #endif
 
 #if defined(COROSYNC_LINUX)
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to