diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-22 09:24:17 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-22 09:24:17 +0100 |
commit | 849c3830dc9b89a698a279a75c2bfa1e4f985fe4 (patch) | |
tree | 42cb98cfe3dcc6cb4051c5eb677377e74cba1d92 /ChangeLog | |
parent | 7794100ef88f8fbf40309604c7f22a58dbd2a37d (diff) | |
download | coreutils-849c3830dc9b89a698a279a75c2bfa1e4f985fe4.tar.xz |
Quiet warnings about unused parameters.
* src/copy.c (set_author) [!HAVE_STRUCT_STAT_ST_AUTHOR]:
"Use" each of the parameters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-11-22 Jim Meyering <meyering@redhat.com> + Quiet warnings about unused parameters. + * src/copy.c (set_author) [!HAVE_STRUCT_STAT_ST_AUTHOR]: + "Use" each of the parameters. + * GNUmakefile: Correct the "rerunning..." diagnostic. Make it easier to diagnose PATH-induced "make distcheck" failures. |