Silence a warning on the Alpha.

This commit is contained in:
Dima Dorfman 2001-06-30 05:29:57 +00:00
parent 1b0a8621e6
commit 41faa1a791

View File

@ -180,7 +180,7 @@ s_stab(fn, fd, ep)
}
/* Check size. */
if (sb.st_size > SIZE_T_MAX) {
if (sb.st_size > (unsigned)SIZE_T_MAX) {
warnx("%s: %s", fn, strerror(EFBIG));
err_val = 1;
return;