diff options
author | Jim Meyering <meyering@redhat.com> | 2011-07-24 23:37:17 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-07-24 23:39:13 +0200 |
commit | d72683055ea46253d8eb8f89341eff5414ae6ca0 (patch) | |
tree | b8dbdf04ee9a9d5f12543a151ab3a1a3d33caf05 /tests | |
parent | bac964725a412c590498aba68f6b9a8e723ae474 (diff) | |
download | gnulib-d72683055ea46253d8eb8f89341eff5414ae6ca0.tar.gz |
test-select.h: avoid warning from gcc's -Wmissing-declarations
* tests/test-select.h (test_function): Declare as "static".
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-select.h b/tests/test-select.h index 88abe17821..1ddfda3e4a 100644 --- a/tests/test-select.h +++ b/tests/test-select.h @@ -359,7 +359,7 @@ test_pipe (select_fn my_select) /* Do them all. */ -int +static int test_function (select_fn my_select) { int result; |