V
volcanosh
Unregistered / Unconfirmed
GUEST, unregistred user!
★下面这些[warning]信息什么意思?除了第一条外我都有相应的语句声名
[Warning] ghostMain.pas(7): Unit 'FileCtrl' is specific to a platform
[Warning] ghostMain.pas(63): Return value of function 'charOrder' might be undefined
对应的function charOrder(achar:char):integer;
[Warning] ghostMain.pas(98): Variable 'DriveSize' might not have been initialized
[Warning] ghostMain.pas(98): Variable 'DriveFree' might not have been initialized
对应的 DriveSize:int64;
DriveFree:int64;
[Warning] ghostMain.pas(7): Unit 'FileCtrl' is specific to a platform
[Warning] ghostMain.pas(63): Return value of function 'charOrder' might be undefined
对应的function charOrder(achar:char):integer;
[Warning] ghostMain.pas(98): Variable 'DriveSize' might not have been initialized
[Warning] ghostMain.pas(98): Variable 'DriveFree' might not have been initialized
对应的 DriveSize:int64;
DriveFree:int64;