mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 02:05:11 -04:00
raster/output: use new isfintf() to test floats integral (CodeQL)
This commit is contained in:
parent
37fac73cb1
commit
a312cd8e8e
5 changed files with 12 additions and 8 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <malloc.h>
|
||||
#include "../getopt/getopt.h"
|
||||
#include "zint.h"
|
||||
#if _MSC_VER >= 1900 /* MSVC 2015 */
|
||||
#if _MSC_VER >= 1800 /* MSVC 2013 */
|
||||
#pragma warning(disable: 4996) /* function or variable may be unsafe */
|
||||
#endif
|
||||
#endif /* _MSC_VER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue