cvs(1): Avoid -Wstringop-overflow warning.
authorzrj <rimvydas.jasinskas@gmail.com>
Wed, 24 Jan 2018 07:42:17 +0000 (09:42 +0200)
committerzrj <zrj@dragonflybsd.org>
Wed, 24 Jan 2018 09:56:06 +0000 (11:56 +0200)
commit96be2d36022f64364f60d46be27800fe86fdcd9a
treebe6997831a4f2df4bfc3ac57257a1bd1b442c291
parent4d1086765752f0569497d06460d95117c74f33ac
cvs(1): Avoid -Wstringop-overflow warning.

The cvs will terminate after calling it's error(1, ...) but it can not be
marked as noreturn. So just add a hint for compiler that memcmp() with
read1 == -1 as an argument is not reachable.
contrib/cvs-1.12/src/filesubr.c