Fixed building with old GCC after the previous change.

This commit is contained in:
Valentin Bartenev
2017-10-05 17:31:41 +03:00
parent 096562c0b1
commit 93438a0d9e

View File

@@ -405,10 +405,9 @@ nxt_strverscmp(const u_char *s1, const u_char *s2)
/* Fall through. */
case st_frac:
default:
return diff;
}
nxt_unreachable();
}