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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user