• Marko Mäkelä's avatar
    mtr_t::log_file_op(): Fix -Wnonnull · 4010dff0
    Marko Mäkelä authored
    GCC 12.2.0 could issue -Wnonnull for an unreachable call to
    strlen(new_path).  Let us prevent that by replacing the condition
    (type == FILE_RENAME) with the equivalent (new_path).
    This should also optimize the generated code, because the life time
    of the parameter "type" will be reduced.
    4010dff0
fil0fil.cc 107 KB