Skip to content
  • Nick Mathewson's avatar
    Use -Wdouble-promotion in GCC >= 4.6 · 8f2d2933
    Nick Mathewson authored
    This warning triggers on silently promoting a float to a double.  In
    our code, it's just a sign that somebody used a float by mistake,
    since we always prefer double.
    8f2d2933