Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15

Re: testsuite failures in mainline...

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:43:59

Possibly related (same subject, not in this thread)

Hi,

On Fri, 14 Dec 2007, David Miller wrote:
-	char space[FLEX_ARRAY]; /* more */
+	uintmax_t space[FLEX_ARRAY]; /* more */
Usually, a much better idea is to use

	union {
		char cp[FLEX_ARRAY];
		uintmax_t up[FLEX_ARRAY];
	}

because that is exactly the reason union was invented for.

Ciao,
Dscho
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help