mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
Allow for warning-free build of cl65 with MS VC on warning level 3.
This commit is contained in:
parent
d38b008080
commit
97d2d92fb5
@ -41,7 +41,9 @@
|
||||
#else
|
||||
# define NEED_SPAWN 1
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(disable : 4996)
|
||||
#endif
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user