From eadf5111822801f02c71930e707ae5758a97712c Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 10 Sep 2004 11:18:45 +0000 Subject: Fix some warnings of rsync --- (limited to 'rsync/job.c') diff --git a/rsync/job.c b/rsync/job.c index 680982d..36f39f0 100644 --- a/rsync/job.c +++ b/rsync/job.c @@ -94,6 +94,7 @@ rs_result rs_job_free(rs_job_t *job) static rs_result rs_job_s_complete(rs_job_t *job) { + job = job; rs_fatal("should not be reached"); return RS_INTERNAL_ERROR; } -- cgit v0.9.0.2