mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-08-31 10:16:39 +02:00
Fixes #62. This fixes compiler warnings that are raised by MSVC. In one case the code that was warned about was never executed, but this compiles it out in that case to silence the warning.