| 
 md5.cpp - removing C4554 waning Not sure where to put this, and I'm not even sure it makes a real difference snce it's just a warning anyways.. I compile a windows server and visual C++ 2008 spits out a lot of errors, so in an attempt to clean some up I saw this one, and quite a few others like it.. Code: 2>c:\users\public\emuserver\svn\branches\spellsbranch\common\md5.cpp(199) : warning C4554: '>>' : check operator precedence for possible error; use parentheses to clarify precedenceCode: #define MD5STEP(f,w,x,y,z,in,s) (w += f(x,y,z)+in, w = (w<<s | w>>32-s) + x)Code: #define MD5STEP(f,w,x,y,z,in,s) (w += f(x,y,z)+in, w = (w<<s | w>>(32-s)) + x)EDIT: Guess this possibly should have been in server: bug reports forum. | 
| All times are GMT -4. The time now is 11:35 AM. | 
	Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.