• Christian Hesse's avatar
    fix compiler warnings · 08829cbc
    Christian Hesse authored
    gcc gives warnings like this:
    
    warning: ignoring return value of ‘fscanf’, declared with attribute
    warn_unused_result
    
    Assign value to a variable, cast to (void) to discard it.
    08829cbc
LinuxProcessList.c 23.6 KB