Demote errors to warnings for a couple of unused-but-set variables that

I cannot untangle right now.
This commit is contained in:
David Young
2019-11-13 11:26:49 -06:00
parent aa0f3cb1a8
commit 77a9806ab5
2 changed files with 7 additions and 0 deletions

View File

@@ -2245,6 +2245,9 @@ static hsize_t character_compare(char *mem1, char *mem2, hsize_t i, size_t u,
*-------------------------------------------------------------------------
*/
#pragma GCC diagnostic push
#pragma GCC diagnostic warning "-Wunused-but-set-variable"
static hsize_t character_compare_opt(unsigned char *mem1, unsigned char *mem2,
hsize_t i, int rank, hsize_t *dims, hsize_t *acc, hsize_t *pos, diff_opt_t *opts, const char *obj1, const char *obj2, int *ph)
{
@@ -2305,6 +2308,7 @@ static hsize_t character_compare_opt(unsigned char *mem1, unsigned char *mem2,
return nfound;
}
#pragma GCC diagnostic pop
/*-------------------------------------------------------------------------
* Function: diff_float