• Daniel Kamil Kozar's avatar
    Fix compilation with --enable-debug with GCC 5.1 · 9866f587
    Daniel Kamil 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
test_dr.c 17.6 KB