| | | Compiling...
common.c
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(240) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(256) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(428) : warning C4047: 'function' : 'LPCWSTR' differs in levels of indirection from 'int'
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(428) : warning C4024: 'function through pointer' : different types for formal and actual parameter 2
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(428) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(428) : warning C4020: 'function through pointer' : too many actual parameters
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(446) : warning C4047: 'function' : 'LPCSTR' differs in levels of indirection from 'int'
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(446) : warning C4024: 'function through pointer' : different types for formal and actual parameter 2
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(446) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(446) : warning C4020: 'function through pointer' : too many actual parameters
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(572) : warning C4244: '=' : conversion from 'DWORD' to 'USHORT', possible loss of data
c:\users\johndoe\desktop\v\crc_hash\..\common\string.c(573) : warning C4244: '=' : conversion from 'DWORD' to 'USHORT', possible loss of data
c:\users\johndoe\desktop\v\crc_hash\..\common\utils.c(239) : warning C4047: 'function' : 'LPWSTR' differs in levels of indirection from 'wchar_t (*)[255]'
c:\users\johndoe\desktop\v\crc_hash\..\common\utils.c(239) : warning C4024: 'function through pointer' : different types for formal and actual parameter 5
c:\users\johndoe\desktop\v\crc_hash\..\common\utils.c(410) : warning C4047: '=' : 'DWORD' differs in levels of indirection from 'HANDLE'
c:\users\johndoe\desktop\v\crc_hash\..\common\crypto.c(19) : warning C4244: '=' : conversion from 'WORD' to 'BYTE', possible loss of data
main.c
.\main.c(15) : warning C4101: 'p' : unreferenced local variable
.\main.c(24) : warning C4101: 'pProcesses' : unreferenced local variable
.\main.c(16) : warning C4101: 'ps' : unreferenced local variable
.\main.c(23) : warning C4101: 'i' : unreferenced local variable
.\main.c(25) : warning C4101: 'pModules' : unreferenced local variable
.\main.c(28) : warning C4101: 'proc' : unreferenced local variable
.\main.c(23) : warning C4101: 'dwProcessCount' : unreferenced local variable
.\main.c(23) : warning C4101: 'dwModuleCount' : unreferenced local variable
.\main.c(27) : warning C4101: 'mod' : unreferenced local variable
Linking...
Generating code
Finished generating code
|