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:
Esteban Papp
2021-08-13 12:29:24 -07:00
parent 3522f622f3
commit e9b4f48f71
31 changed files with 21 additions and 133 deletions
@@ -21,9 +21,6 @@
#include "Node.h"
#include "Attributes.h"
#pragma warning( push )
#pragma warning( disable : 5046) // 'function' : Symbol involving type with internal linkage not defined
/**
* NodeFunctionGeneric.h
*
@@ -372,5 +369,3 @@ namespace ScriptCanvas
}
}
#pragma warning( pop )
@@ -10,8 +10,6 @@
#include <ScriptCanvas/Internal/Nodes/ExpressionNodeBase.h>
#pragma warning (disable:4503) // decorated name length exceeded, name was truncated
namespace ScriptCanvas
{
namespace Nodes