Deprecate memory reader (#434) #655
Annotations
10 warnings
build (x86):
Daybreak.GWCA/source/GameModule.cpp#L40
'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
build (x86):
Daybreak.GWCA/source/GameModule.cpp#L57
'=': conversion from 'uint32_t' to 'float', possible loss of data
|
build (x86):
Daybreak.GWCA/source/GameModule.cpp#L58
'=': conversion from 'uint32_t' to 'float', possible loss of data
|
build (x86):
Daybreak.GWCA/source/GameModule.cpp#L151
'<': signed/unsigned mismatch
|
build (x86):
Daybreak.GWCA/source/InventoryModule.cpp#L35
'<': signed/unsigned mismatch
|
build (x86):
Daybreak.GWCA/source/LoginModule.cpp#L21
'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
build (x86):
Daybreak.GWCA/source/LoginModule.cpp#L26
'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
build (x86):
Daybreak.GWCA/source/MainPlayerModule.cpp#L40
'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
build (x86):
Daybreak.GWCA/source/MainPlayerModule.cpp#L57
'=': conversion from 'uint32_t' to 'float', possible loss of data
|
build (x86):
Daybreak.GWCA/source/MainPlayerModule.cpp#L58
'=': conversion from 'uint32_t' to 'float', possible loss of data
|