Skip to content

Commit

Permalink
Benchmarks: generateKeySet: fix unused paramter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Micheli committed Sep 22, 2017
1 parent e6ec22d commit ac5ed3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks.c
Expand Up @@ -567,7 +567,7 @@ static void shapeDefaultDel (void * data)
{ {
elektraFree (data); elektraFree (data);
} }
static void shapefDefault (const size_t initSize ELEKTRA_UNUSED, size_t size, size_t level, int32_t * seed ELEKTRA_UNUSED, static void shapefDefault (const size_t initSize ELEKTRA_UNUSED, size_t size ELEKTRA_UNUSED, size_t level, int32_t * seed ELEKTRA_UNUSED,
KsShapeFunctionReturn * ret, void * data) KsShapeFunctionReturn * ret, void * data)
{ {
uint8_t * labelSet = data; uint8_t * labelSet = data;
Expand Down

0 comments on commit ac5ed3f

Please sign in to comment.