26/10/2018 23:43, Dharmik Thakkar:
> Enable print_key_info() function compilation always.
>
> Compilation error message:
> 'test_hash.c: In function ‘print_key_info’:
> test_hash.c:90:15: error: cast discards ‘const’ qualifier from pointer
> target type [-Werror=cast-qual]
> uint8_t *p = (uint8_t *)key;
> ^
> cc1: all warnings being treated as errors'
>
>
> Fixes: af75078fece36 ("first public release")
> Cc: [email protected]
>
> Suggested-by: Honnappa Nagarahalli <[email protected]>
> Signed-off-by: Dharmik Thakkar <[email protected]>
> Reviewed-by: Honnappa Nagarahalli <[email protected]>
> Reviewed-by: Gavin Hu <[email protected]>
Applied, thanks