Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused-but-set variable #3

Closed
bryceschober opened this issue Mar 16, 2018 · 1 comment
Closed

Unused-but-set variable #3

bryceschober opened this issue Mar 16, 2018 · 1 comment

Comments

@bryceschober
Copy link
Contributor

With -Werror, I get the following compiler error:

csv-parser/src/csv_reader.cpp: In member function ‘void csv::CSVGuesser::second_guess()’:
csv-parser/src/csv_reader.cpp:82:14: error: variable ‘current_delim’ set but not used [-Werror=unused-but-set-variable]
         char current_delim;
              ^
@bryceschober
Copy link
Contributor Author

I'll submit a PR instead. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant