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);
>            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
> /home/john/pspp/src/data/data-in.c:1188:9: note: here
>          case ' ':
>          ^~~~

Thanks for the report.  I fixed this.

I also installed both Clang 3.8 and GCC 7.2 and fixed all the warnings
that each of them reported.

_______________________________________________
pspp-dev mailing list
pspp-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to