Compilation warning about unused variable
DavisVaughan opened this issue · 0 comments
DavisVaughan commented
In file included from vroom_fwf.cc:7:
./columns.h:125:10: warning: variable 'to_parse' set but not used [-Wunused-but-set-variable]
size_t to_parse = 0;
Looks real? i.e. to_parse
doesn't actually get used beyond this loop