aslhelp.c (4224465e820a1a7232255d980e692720169776af) aslhelp.c (5f9b24fa4327c851ddb733b73904401afe3f0123)
1/******************************************************************************
2 *
3 * Module Name: aslhelp - iASL help screens
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

--- 190 unchanged lines hidden (view full) ---

199 ACPI_OPTION ("-Pn", "Disable preprocessor");
200
201 printf ("\nErrors, Warnings, and Remarks:\n");
202 ACPI_OPTION ("-va", "Disable all errors/warnings/remarks");
203 ACPI_OPTION ("-ve", "Report only errors (ignore warnings and remarks)");
204 ACPI_OPTION ("-vi", "Less verbose errors and warnings for use with IDEs");
205 ACPI_OPTION ("-vr", "Disable remarks");
206 ACPI_OPTION ("-vw <messageid>", "Disable specific warning or remark");
1/******************************************************************************
2 *
3 * Module Name: aslhelp - iASL help screens
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

--- 190 unchanged lines hidden (view full) ---

199 ACPI_OPTION ("-Pn", "Disable preprocessor");
200
201 printf ("\nErrors, Warnings, and Remarks:\n");
202 ACPI_OPTION ("-va", "Disable all errors/warnings/remarks");
203 ACPI_OPTION ("-ve", "Report only errors (ignore warnings and remarks)");
204 ACPI_OPTION ("-vi", "Less verbose errors and warnings for use with IDEs");
205 ACPI_OPTION ("-vr", "Disable remarks");
206 ACPI_OPTION ("-vw <messageid>", "Disable specific warning or remark");
207 ACPI_OPTION ("-vx <messageid>", "Expect a specific warning, remark, or error");
207 ACPI_OPTION ("-w <1|2|3>", "Set warning reporting level");
208 ACPI_OPTION ("-we", "Report warnings as errors");
209
210 printf ("\nAML Bytecode Generation (*.aml):\n");
211 ACPI_OPTION ("-oa", "Disable all optimizations (compatibility mode)");
212 ACPI_OPTION ("-of", "Disable constant folding");
213 ACPI_OPTION ("-oi", "Disable integer optimization to Zero/One/Ones");
214 ACPI_OPTION ("-on", "Disable named reference string optimization");

--- 118 unchanged lines hidden ---
208 ACPI_OPTION ("-w <1|2|3>", "Set warning reporting level");
209 ACPI_OPTION ("-we", "Report warnings as errors");
210
211 printf ("\nAML Bytecode Generation (*.aml):\n");
212 ACPI_OPTION ("-oa", "Disable all optimizations (compatibility mode)");
213 ACPI_OPTION ("-of", "Disable constant folding");
214 ACPI_OPTION ("-oi", "Disable integer optimization to Zero/One/Ones");
215 ACPI_OPTION ("-on", "Disable named reference string optimization");

--- 118 unchanged lines hidden ---