mirror of
https://github.com/herumi/xbyak
synced 2024-11-21 16:09:11 -07:00
disable warning of vc
This commit is contained in:
parent
56941084d8
commit
fac069fc44
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <fstream>
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4996) // scanf
|
||||
#define snprintf _snprintf
|
||||
#define snprintf _snprintf_s
|
||||
#endif
|
||||
|
||||
class Brainfuck : public Xbyak::CodeGenerator {
|
||||
|
|
Loading…
Reference in a new issue