[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-common-cvs
Subject:    [Common-cvs] include hxtypes.h,1.36.2.9,1.36.2.10
From:       jeffl () helixcommunity ! org
Date:       2010-10-21 23:14:45
Message-ID: 201010212315.o9LNFB8M009845 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/common/include
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv30105

Modified Files:
      Tag: hxclient_3_1_0_atlas
	hxtypes.h 
Log Message:
VC compiler warning fixes.  This is for:
warning C4146: unary minus operator applied to unsigned type, result still unsigned


Index: hxtypes.h
===================================================================
RCS file: /cvsroot/common/include/hxtypes.h,v
retrieving revision 1.36.2.9
retrieving revision 1.36.2.10
diff -u -d -r1.36.2.9 -r1.36.2.10
--- hxtypes.h	9 Jun 2010 21:24:29 -0000	1.36.2.9
+++ hxtypes.h	21 Oct 2010 23:14:41 -0000	1.36.2.10
@@ -802,5 +802,6 @@
     #define SIZE_MAX ((size_t)-1)
 #endif
 
+#define HX_NEGATE_UNSIGNED(x) ((~(x)) + 1)
 
 #endif /* _HXTYPES_H_ */


_______________________________________________
Common-cvs mailing list
Common-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/common-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic