We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f87d54 + 06bdc23 commit 531675aCopy full SHA for 531675a
1 file changed
config.c
@@ -557,6 +557,7 @@ int git_parse_ulong(const char *value, unsigned long *ret)
557
return 1;
558
}
559
560
+NORETURN
561
static void die_bad_number(const char *name, const char *value)
562
{
563
const char *reason = errno == ERANGE ?
0 commit comments