diff options
Diffstat (limited to 'test/trefstr.c')
-rw-r--r-- | test/trefstr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/trefstr.c b/test/trefstr.c index 8073c3f..eca4aaf 100644 --- a/test/trefstr.c +++ b/test/trefstr.c @@ -289,6 +289,7 @@ test_refstr_wrap(void) static void test_refstr_own(void) { + static const char *FUNC = "test_refstr_own"; H5RS_str_t *rs; /* Ref-counted string created */ char *s; /* Pointer to string to transfer */ const char *t; /* Temporary pointers to string */ |