Skip to content
Permalink
c30d85c02f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (17 sloc) 948 Bytes
 AI.cpp
G:\CardGame\CardGame\src\AI.cpp(23,12): warning C4244: 'argument': conversion from 'time_t' to 'unsigned int', possible loss of data
G:\CardGame\CardGame\src\AI.cpp(45,12): warning C4244: 'argument': conversion from 'time_t' to 'unsigned int', possible loss of data
Card.cpp
G:\CardGame\CardGame\src\Card.cpp(87,12): warning C4244: 'argument': conversion from 'time_t' to 'unsigned int', possible loss of data
Field.cpp
Hand.cpp
G:\CardGame\CardGame\src\Hand.cpp(24,12): warning C4244: 'argument': conversion from 'time_t' to 'unsigned int', possible loss of data
Main.cpp
Master.cpp
G:\CardGame\CardGame\src\Master.cpp(82,20): warning C4018: '<': signed/unsigned mismatch
Monster.cpp
Music.cpp
Player.cpp
Generating Code...
G:\CardGame\CardGame\src\Hand.cpp(165): warning C4715: 'Hand::SelectSpecificMonster': not all control paths return a value
CardGame.vcxproj -> G:\CardGame\Debug\CardGame.exe