commit | 027ec51bfef87d7e9f2c48091a66a75bcf524152 | [log] [tgz] |
---|---|---|
author | Ralph Giles <giles@mozilla.com> | Tue Oct 23 10:49:18 2012 -0700 |
committer | Ralph Giles <giles@mozilla.com> | Tue Oct 23 10:49:18 2012 -0700 |
tree | cca9dbe5d02e67a069ff05cd243226b2c325177a | |
parent | 2572c1e788318f8d765cb9cfab88c2d9f4744167 [diff] |
Fix MSVC format conversion warnings. The Microsoft compiler warns about precision reduction from default double literals to the floats we generally use outside the fixed-point build. Avoid these by qualifying the literals as floats. Thanks to derf for review.