Building Custom Rule D:/keystone/suite/fuzz/CMakeLists.txt onefile.c D:\keystone\suite\fuzz\onefile.c(17,10): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. fuzz_asm_mips.c D:\keystone\suite\fuzz\fuzz_asm_mips.c(43,26): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t' D:\keystone\suite\fuzz\fuzz_asm_mips.c(43,26): message : consider using '%zu' in the format string D:\keystone\suite\fuzz\fuzz_asm_mips.c(53,26): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t' D:\keystone\suite\fuzz\fuzz_asm_mips.c(53,26): message : consider using '%zu' in the format string D:\keystone\suite\fuzz\fuzz_asm_mips.c(53,26): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t' D:\keystone\suite\fuzz\fuzz_asm_mips.c(53,26): message : consider using '%zu' in the format string D:\keystone\suite\fuzz\fuzz_asm_mips.c(18,19): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. Generating Code... fuzz_asm_mips.vcxproj -> D:\keystone\msvc\suite\fuzz\Release\fuzz_asm_mips.exe