more fixes, will merge fixes for w4245 and w4389
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
|
||||
#include <ScriptCanvas/Core/NodeFunctionGeneric.h>
|
||||
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 5046) //'function' : Symbol involving type with internal linkage not defined
|
||||
|
||||
using namespace ScriptCanvasTests;
|
||||
|
||||
namespace
|
||||
@@ -163,6 +160,3 @@ TEST_F(ScriptCanvasTestFixture, NodeGenerics)
|
||||
|
||||
delete graph->GetEntity();
|
||||
}
|
||||
|
||||
|
||||
#pragma warning( pop )
|
||||
|
||||
Reference in New Issue
Block a user