Hi
On Wed, Jun 9, 2021 at 2:15 AM Antonio Quartulli wrote:
> From: Arne Schwabe
>
> clang does not like if the format argument of printf like function
> is not a string literal (or constant):
>
> warning: format string is not a string literal (potentially insecure)
>
> Make the format string co
From: Arne Schwabe
clang does not like if the format argument of printf like function
is not a string literal (or constant):
warning: format string is not a string literal (potentially insecure)
Make the format string constant to silence the warning.
Signed-off-by: Arne Schwabe
Signed-off-by: