Re: Fallthrough in data-in.c
On Sat, Sep 23, 2017 at 09:19:51PM +0200, John Darrington wrote: > gcc 7.1.0 is warning: > > /home/john/pspp/src/data/data-in.c:1187:17: error: this statement may fall > through [-Werror=implicit-fallthrough=] >error = parse_time_delimiter (i); >~~^
Fallthrough in data-in.c
gcc 7.1.0 is warning: /home/john/pspp/src/data/data-in.c:1187:17: error: this statement may fall through [-Werror=implicit-fallthrough=] error = parse_time_delimiter (i); ~~^~ /home/john/pspp/src/data/data-in.c:1188:9: note: here case ' '
