Alistair Francis writes:
> Implement warn_report_err() and warn_reportf_err() functions which
> are the same as the error_report_err() and error_reportf_err()
> functions except report a warning instead of an error.
>
> Signed-off-by: Alistair Francis
> ---
>
> include/qapi/error.h | 11 ++
Implement warn_report_err() and warn_reportf_err() functions which
are the same as the error_report_err() and error_reportf_err()
functions except report a warning instead of an error.
Signed-off-by: Alistair Francis
---
include/qapi/error.h | 11 +++
scripts/checkpatch.pl | 1 +
util