From 69f7d1bd745ed5680b9bc4e3cfdd882ff2a5ad26 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 27 Mar 2019 22:18:14 +0800 Subject: +threading --- .../x64/Debug/_file_system.nativecodeanalysis.xml | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml (limited to 'build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml') diff --git a/build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml new file mode 100644 index 0000000..7afbf43 --- /dev/null +++ b/build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml @@ -0,0 +1,59 @@ + + + + + d:\asura\source\libs\asura-lib-utils\io\ + file_system.h + 105 + 2 + + 26495 + Variable 'AsuraEngine::IO::Filesystem::mInited' is uninitialized. Always initialize a member variable (type.6). + AsuraEngine::IO::Filesystem::{ctor} + ??0Filesystem@IO@AsuraEngine@@QEAA@XZ + 105 + + + + + d:\asura\source\libs\asura-lib-utils\ + singleton.hpp + 33 + 2 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + AsuraEngine::Singleton<AsuraEngine::IO::Filesystem>::{ctor} + ??0?$Singleton@VFilesystem@IO@AsuraEngine@@@AsuraEngine@@IEAA@XZ + 33 + + + + + d:\asura\source\3rd-party\luax\ + luax_class.inl + 79 + 21 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::{ctor} + ??0?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@IEAA@XZ + 79 + + + + + d:\asura\source\3rd-party\luax\ + luax_class.inl + 100 + 32 + + 26451 + Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2). + Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::LuaxRetain + ??$LuaxRetain@VDataBuffer@IO@AsuraEngine@@@?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@QEAAXAEAVLuaxState@1@PEAVDataBuffer@IO@AsuraEngine@@@Z + 90 + + + \ No newline at end of file -- cgit v1.1-26-g67d0