ben-strasser / fast-cpp-csv-parser

fast-cpp-csv-parser
BSD 3-Clause "New" or "Revised" License
2.11k stars 440 forks source link

warning-fix: remove 'unnecessary parentheses'-warning #70

Closed pboettch closed 6 years ago

pboettch commented 6 years ago

GCC 8.2 warns:

csv.h:1099:22: warning: unnecessary parentheses in declaration of ‘row’ [-Wparentheses]

This commit fixes it.

pboettch commented 6 years ago

I added a second, unrelated commit which silences another warning.

ben-strasser commented 6 years ago

Thanks for the pull request. Merged.