mdaus / nitro

NITRO (NITFio, "R" is a ligature for "Fi") is a full-fledged, extensible library solution for reading and writing the National Imagery Transmission Format (NITF), a U.S. DoD standard format. It is written in cross-platform C, with bindings available for other languages.
GNU Lesser General Public License v3.0
62 stars 38 forks source link

remove /Wall from MSVC #598

Closed JDanielSmith closed 1 year ago

JDanielSmith commented 1 year ago

https://github.com/microsoft/STL/wiki/Changelog#vs-2022-179-preview-1

Note: /Wall is not intended for regular production use, as it contains a large number of extremely noisy and low-value warnings. In general, the STL does not attempt to be /Wall clean.