From 69f7d1bd745ed5680b9bc4e3cfdd882ff2a5ad26 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 27 Mar 2019 22:18:14 +0800 Subject: +threading --- .../x64/Debug/main.nativecodeanalysis.xml | 31 ++++++++++++++++++++++ .../x64/Debug/vc.nativecodeanalysis.all.xml | 27 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 build/tests/05-physfs/x64/Debug/main.nativecodeanalysis.xml create mode 100644 build/tests/05-physfs/x64/Debug/vc.nativecodeanalysis.all.xml (limited to 'build/tests/05-physfs') diff --git a/build/tests/05-physfs/x64/Debug/main.nativecodeanalysis.xml b/build/tests/05-physfs/x64/Debug/main.nativecodeanalysis.xml new file mode 100644 index 0000000..82cf7f3 --- /dev/null +++ b/build/tests/05-physfs/x64/Debug/main.nativecodeanalysis.xml @@ -0,0 +1,31 @@ + + + + + d:\asura\source\libs\asura-lib-utils\threading\ + mutex.h + 39 + 3 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + AsuraEngine::Threading::MutexImpl::{ctor} + ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ + 39 + + + + + d:\asura\source\libs\asura-lib-utils\threading\ + thread.h + 90 + 3 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + AsuraEngine::Threading::ThreadImpl::{ctor} + ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ + 90 + + + \ No newline at end of file diff --git a/build/tests/05-physfs/x64/Debug/vc.nativecodeanalysis.all.xml b/build/tests/05-physfs/x64/Debug/vc.nativecodeanalysis.all.xml new file mode 100644 index 0000000..55e04e2 --- /dev/null +++ b/build/tests/05-physfs/x64/Debug/vc.nativecodeanalysis.all.xml @@ -0,0 +1,27 @@ + + + d:\asura\source\libs\asura-lib-utils\threading\ + mutex.h + 39 + 3 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + AsuraEngine::Threading::MutexImpl::{ctor} + ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ + 39 + + + + d:\asura\source\libs\asura-lib-utils\threading\ + thread.h + 90 + 3 + + 26439 + This kind of function may not throw. Declare it 'noexcept' (f.6). + AsuraEngine::Threading::ThreadImpl::{ctor} + ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ + 90 + + \ No newline at end of file -- cgit v1.1-26-g67d0