[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Headers bug? ISO C doesn’t support unnamed structs/unions



Cyril Brulebois dixit:

>| -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pedantic-errors
>| -Werror -Wall -Wfatal-errors -Wwrite-strings -O2 -Wall -O2 -MT

Throw away -pedantic-errors (-pedantic is absolutely counter-productive
nowadays, has been for a couple of years) or -Wfatal-errors, and/or add
-std=gnu99 to CFLAGS.

//mirabilos
-- 
“It is inappropriate to require that a time represented as
 seconds since the Epoch precisely represent the number of
 seconds between the referenced time and the Epoch.”
	-- IEEE Std 1003.1b-1993 (POSIX) Section B.2.2.2


Reply to: