ben-strasser / fast-cpp-csv-parser

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

Fix unused variable compiler warning #54

Closed datosh closed 6 years ago

datosh commented 6 years ago

I'm using fast-cpp-csv-parser in a project which I compile with -Wall & -Wextra and I get a -Wunused-parameter warning. This is an easy fix for that, since only the types are required by the actual implementation.

ben-strasser commented 6 years ago

Thanks for the patch. :) Merged.