* tests/locale.c (main): Placate gcc's -Wstrict-prototypes by
changing "main ()" to "main (void)". This was the only case that
triggered a warning when building grep with --enable-gcc-warnings.
+2020-11-13 Jim Meyering <meyering@fb.com>
+
+ hard-locale-tests: avoid a -Wstrict-prototypes warning
+ * tests/locale.c (main): Placate gcc's -Wstrict-prototypes by
+ changing "main ()" to "main (void)". This was the only case that
+ triggered a warning when building grep with --enable-gcc-warnings.
+
2020-11-11 Paul Eggert <eggert@cs.ucla.edu>
time_rz: simplify CVE-2017-7476 fix
}
int
-main ()
+main (void)
{
setlocale (LC_ALL, "");