Skip to content
  • Daniel Kozar's avatar
    Fix compilation with --enable-debug with GCC 5.1 · 9866f587
    Daniel Kozar authored
    GCC 5.1.0 features stricter warnings about comparing boolean variables
    with integer values, and thus compilation with --enable-debug failed
    with "comparison of constant 12 with boolean expression is always true".
    The leftover pieces of old code which treated integers as booleans are
    now fixed, and the test suite is now compilable and runs correctly.
    9866f587