| | Compiling...
benchaes.c
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(215) : warning C4013: 'exit' undefined; assuming extern returning int
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(257) : warning C4013: 'strcmp' undefined; assuming extern returning int
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(261) : warning C4013: 'atoi' undefined; assuming extern returning int
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(397) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(413) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(151) : warning C4715: 'ecb_encrypt_test' : not all control paths return a value
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(175) : warning C4715: 'ecb_decrypt_test' : not all control paths return a value
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(244) : warning C4715: 'monte_carlo_ecb' : not all control paths return a value
Linking...
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
|