diff options
Diffstat (limited to 'src/cct.c')
| -rw-r--r-- | src/cct.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -81,6 +81,10 @@ Thomas Knudsen, thokn@sdfe.dk, 2016-05-25/2017-10-26 #include <string.h> #include <math.h> +#if defined(_MSC_VER) +// Squelch warnings about unsafe use of sprintf, etc +# pragma warning (disable: 4996) +#endif double proj_strtod(const char *str, char **endptr); double proj_atof(const char *str); |
