util: make set's deleted_key_value declaration consistent with hash table one
authorVlad Golovkin <vlad.golovkin.mail@gmail.com>
Mon, 29 May 2017 23:51:32 +0000 (02:51 +0300)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 8 Jun 2017 07:26:44 +0000 (09:26 +0200)
commitf4df2a196eb441dac91b323184534bfe3ba44262
treeefaf04eb7197580636b4466430b8c8bda1c517a2
parentf1ba51b940216b4cb235c869d1636ac42bb0c857
util: make set's deleted_key_value declaration consistent with hash table one

This also silences following clang warnings:
no previous extern declaration for non-static variable 'deleted_key' [-Werror,-Wmissing-variable-declarations]
const void *deleted_key = &deleted_key_value;
            ^
no previous extern declaration for non-static variable 'deleted_key_value'
      [-Werror,-Wmissing-variable-declarations]
uint32_t deleted_key_value;
         ^

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/util/set.c