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_OF.c b/skeletons/constr_SET_OF.c
index 4b2ae3a..511207d 100644
--- a/skeletons/constr_SET_OF.c
+++ b/skeletons/constr_SET_OF.c
@@ -10,7 +10,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