On Thu, Feb 24, 2011 at 23:25, Blaise Bourdin <bourdin@lsu.edu> wrote:Changeset f301815fc494cb333d15c0cefabf71a0988a0321 (rev 18363) seems to confuse the intel compilers (I tested 11.1 on linux x86_64 and mac OS X). After updating past this point, I get tons of warnings like
drawv.c(397): warning #187: use of "=" where "==" may have been intendedThe assignment is intentional, I added an extra set of parens which should satisfy even the Intel compiler. Let me know if it doesn't.