mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r26403] changes to comments and test should use unsigned var.
This commit is contained in:
parent
1f4f709e8c
commit
64f65d96d9
@ -26,14 +26,14 @@
|
||||
/* Public Typedefs */
|
||||
/*******************/
|
||||
|
||||
/* Plugin type */
|
||||
/* Plugin type used by the plugin library */
|
||||
typedef enum H5PL_type_t {
|
||||
H5PL_TYPE_ERROR = -1, /*error */
|
||||
H5PL_TYPE_FILTER = 0, /*filter */
|
||||
H5PL_TYPE_NONE = 1 /*this must be last! */
|
||||
} H5PL_type_t;
|
||||
|
||||
/* Common dynamic plugin type flags */
|
||||
/* Common dynamic plugin type flags used by the set/get_loading_state functions */
|
||||
#define H5PL_FILTER_PLUGIN 0x0001
|
||||
#define H5PL_ALL_PLUGIN 0xFFFF
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user