warning C4091: 'typedef ' : ignored on left of 'struct ChessDef' when no variable is declared
warning C4091: 'typedef ' : ignored on left of 'struct Site' when no variable is declared
warning C4101: 'rect' : unreferenced local variable
warning C4101: 'j' : unreferenced local variable
error C4716: 'drawChessBroad' : must return a value
error C4716: 'Restart' : must return a value
warning C4715: 'outGame' : not all control paths return a value
请问那两个错误提示,是要求返回那个值?