ben-strasser / fast-cpp-csv-parser

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

increase size of error_message_buffer to make gcc7 not warn with "-Wformat-truncation" #51

Closed WSoptics closed 7 years ago

WSoptics commented 7 years ago

Buffer seems to be too small, at least according to gcc7

ben-strasser commented 7 years ago

thanks for the patch -> merged