summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-09 16:21:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-09 16:21:56 (GMT)
commit64f65d96d945210c23b28e124d286505e31bb68c (patch)
tree3ed234a7c6e6e3de23097bd5b441679a1ba1210e /test
parent1f4f709e8cdfaa4bc35d58c665008793d7e1cca1 (diff)
downloadhdf5-64f65d96d945210c23b28e124d286505e31bb68c.zip
hdf5-64f65d96d945210c23b28e124d286505e31bb68c.tar.gz
hdf5-64f65d96d945210c23b28e124d286505e31bb68c.tar.bz2
[svn-r26403] changes to comments and test should use unsigned var.
Diffstat (limited to 'test')
-rw-r--r--test/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin.c b/test/plugin.c
index 3707411..02007d5 100644
--- a/test/plugin.c
+++ b/test/plugin.c
@@ -568,7 +568,7 @@ static herr_t
test_noread_with_filters(hid_t file)
{
hid_t dset; /* Dataset ID */
- int plugin_state; /* status of plugins */
+ unsigned plugin_state; /* status of plugins */
TESTING("Testing DYNLIB1 filter with plugins disabled");
/* disable filter plugin */