anti-warnings


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@128 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/constr_SET.c b/skeletons/constr_SET.c
index 2602b80..d1036c9 100644
--- a/skeletons/constr_SET.c
+++ b/skeletons/constr_SET.c
@@ -16,7 +16,7 @@
  * (ctx->left) indicates the number of bytes _transferred_ for the structure.
  * (size) contains the number of bytes in the buffer passed.
  */
-#define	LEFT	((size<(size_t)ctx->left)?size:ctx->left)
+#define	LEFT	((size<(size_t)ctx->left)?size:(size_t)ctx->left)
 
 /*
  * If the subprocessor function returns with an indication that it wants