libavb: Fix a warning with clang-15
With clang-15 we now will get warnings such as:
warning: a function declaration without a prototype is deprecated in all
versions of C [-Wstrict-prototypes]
And it is easy enough to address this warning here, as we aren't
concerned with re-syncing with an upstream.
Signed-off-by:
Tom Rini <trini@konsulko.com>
---
Cc: Igor Opaniuk <igor.opaniuk@gmail.com>
Loading
Please register or sign in to comment