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