* date.c (nondigit): Add ATTRIBUTE_PURE, to pacify GCC 4.8.1.

This commit is contained in:
Paul Eggert
2013-08-16 22:02:27 -07:00
parent e0d4fb5f1e
commit 98cf55b78e
+1 -1
View File
@@ -497,7 +497,7 @@ errensure(void)
retval = EXIT_FAILURE;
}
static const char *
static const char * ATTRIBUTE_PURE
nondigit(register const char *cp)
{
while (is_digit(*cp))