Skip to content
  • Peter Pentchev's avatar
    Fix various C compiler warnings: · ce5916d9
    Peter Pentchev authored
    - braces around nested if-else statements
    - printf format strings
    - include <stdlib.h> for qsort()
    - parentheses around expressions used as truth values
    - garbage-collect some unused functions and variables
    ce5916d9