diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 17:44:36 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 17:44:36 +0000 |
commit | 834d4c5613e9c57c0b9fba46fa717fd7fb9d5891 (patch) | |
tree | 610a3598ffcd1fdcb97c475a59bccac84f41bbdd /source/compiler/aslhelp.c | |
parent | 744d47ba98ced2e2a7d3aff2f894136544386e34 (diff) |
Notes
Diffstat (limited to 'source/compiler/aslhelp.c')
-rw-r--r-- | source/compiler/aslhelp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler/aslhelp.c b/source/compiler/aslhelp.c index 2b0dc7632e83..18eab858c213 100644 --- a/source/compiler/aslhelp.c +++ b/source/compiler/aslhelp.c @@ -205,6 +205,7 @@ Usage ( ACPI_OPTION ("-vi", "Less verbose errors and warnings for use with IDEs"); ACPI_OPTION ("-vr", "Disable remarks"); ACPI_OPTION ("-vw <messageid>", "Disable specific warning or remark"); + ACPI_OPTION ("-vx <messageid>", "Expect a specific warning, remark, or error"); ACPI_OPTION ("-w <1|2|3>", "Set warning reporting level"); ACPI_OPTION ("-we", "Report warnings as errors"); |