|
| From: | Peter.Chubb |
| Subject: | Re: [Qemu-devel] [PATCH v1 3/6] Convert error_report() to warn_report() |
| Date: | Fri, 7 Jul 2017 00:14:02 +0000 |
>>>>> "Alistair" == Alistair Francis <address@hidden> writes:
Alistair> Convert all uses of error_report("[Ww]arning:"... to use
Alistair> warn_report() instead. This helps standardise on a single
Alistair> method of printing warnings to the user.
In a number of cases the initial double quote has been removed as
well. This will have to be fixed.
e.g.,
- error_report("Warning: 'filename' option specified. "
+ warn_report('filename' option specified. "
I'm surprised the result compiled cleanly.
Peter C
--
Dr Peter Chubb Tel: +61 2 9490 5852 http://ts.data61.csiro.au/
Trustworthy Systems Group Data61 (formerly NICTA)
| [Prev in Thread] | Current Thread | [Next in Thread] |