"...\chmc\chmc.c(671): warning C4101: 'code': unreferenced local variable"
"...\chmc\chmc.c(671): warning C4101: 'len': unreferenced local variable"
target_link_libraries(hhpcomp)
if(MSVC)
- # Disable warning "'x': unreferenced local variable"
- target_compile_options(hhpcomp PRIVATE "/wd4101")
-
# Disable warning "'=': conversion from 'a' to 'b', possible loss of data"
target_compile_options(hhpcomp PRIVATE "/wd4244")
endif()
sysp = malloc(16384);
if (sysp) {
UInt32 val;
+#ifndef __REACTOS__
UInt16 code, len;
+#endif
const char *entry_val;
p = chmc_syscat_mem(sysp, &system->version, sizeof(system->version));