From bugzilla-daemon at icculus.org Wed Sep 7 19:56:58 2016 From: bugzilla-daemon at icculus.org (bugzilla-daemon at icculus.org) Date: Wed, 07 Sep 2016 23:56:58 +0000 Subject: [quake3-bugzilla] [Bug 6432] Undefined behavior In-Reply-To: References: Message-ID: https://bugzilla.icculus.org/show_bug.cgi?id=6432 James Canete changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |use.less01 at gmail.com --- Comment #2 from James Canete --- I don't like the (1 << (shift)) that's in all these macros, it's still undefined. So I used (1ULL << shift) instead. https://github.com/ioquake/ioq3/commit/497a74f22a39cbf8694e5d8567f3113f03ba3620 -- You are receiving this mail because: You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: