vincentlaucsb / csv-parser

A high-performance, fully-featured CSV parser and serializer for modern C++.
MIT License
864 stars 144 forks source link

Avoid two msvc compiler warnings #215

Closed jamiecook closed 3 months ago

jamiecook commented 1 year ago

As part of pushing our codebase to zero warnings (warnings as errors) we came across these two warnings in this library and wanted to contribute our small modifications back.

Confirmed all tests passing: image

vincentlaucsb commented 3 months ago

Thank you for your contributions. Silencing compiler warnings are always appreciated.