mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-17 00:56:34 +02:00
(integer_expected_error): Add `const' to paramater
declarations to avoid new warning from gcc.
This commit is contained in:
@@ -229,7 +229,7 @@ beyond (void)
|
||||
/* Syntax error for when an integer argument was expected, but
|
||||
something else was found. */
|
||||
static void
|
||||
integer_expected_error (char *pch)
|
||||
integer_expected_error (char const *pch)
|
||||
{
|
||||
test_syntax_error (_("integer expression expected %s\n"), pch);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user