vietjtnguyen / argagg

A simple C++11 command line argument parser
MIT License
224 stars 28 forks source link

Warnings on MSVC: unused local variable #37

Closed pierre-dejoue closed 11 months ago

pierre-dejoue commented 11 months ago

I've got the following warnings on MSVC (with /W3), they should be an easy fix :

argagg.hpp(861,35): warning C4101: 'e': unreferenced local variable
argagg.hpp(873,35): warning C4101: 'e': unreferenced local variable 

Thank you for your work on the library!

pierre-dejoue commented 11 months ago

Amazing! Thank you! 💯