ringmesh / RINGMesh

RINGMesh is a C++ open-source platform for manipulating meshes of geological models.
http://ringmesh.org
BSD 3-Clause "New" or "Revised" License
70 stars 16 forks source link

reduce geogram warnings #129

Closed BotellaA closed 6 years ago

BotellaA commented 6 years ago

The goal is to remove this warning while RINGMesh compiling: install\include\geogram1\geogram/basic/geofile.h(216): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS

From 87 warnings to 29.