Allow for warning-free build of cl65 with MS VC on warning level 3.
This commit is contained in:
@@ -41,7 +41,9 @@
|
|||||||
#else
|
#else
|
||||||
# define NEED_SPAWN 1
|
# define NEED_SPAWN 1
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
# pragma warning(disable : 4996)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user