
21 Apr
2008
21 Apr
'08
8:59 p.m.
Juergen Hunold:
Does
struct timespec rqtp = {};
still emit the warnings?
...
Actually this gets worse :-((
Then we'll have to go with - struct timespec rqtp = { 0 }; + struct timespec rqtp = { 0, 0 }; and live with the redundant initializations. GCC can be pretty annoying at times. Does anybody actually write {} by mistake? <rolls eyes> :-)