You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
1.5 KiB

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_x86_16.c
D:\keystone\suite\fuzz\fuzz_asm_x86_16.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_x86_16.c(43,26): message : consider using '%zu' in the format string
D:\keystone\suite\fuzz\fuzz_asm_x86_16.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_x86_16.c(53,26): message : consider using '%zu' in the format string
D:\keystone\suite\fuzz\fuzz_asm_x86_16.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_x86_16.c(53,26): message : consider using '%zu' in the format string
D:\keystone\suite\fuzz\fuzz_asm_x86_16.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_x86_16.vcxproj -> D:\keystone\msvc\suite\fuzz\Release\fuzz_asm_x86_16.exe