option update

This commit is contained in:
rmoore1 2005-09-30 20:56:31 +00:00
parent 6589df5dd6
commit 0718155627
3 changed files with 6 additions and 1 deletions

View File

@ -52,7 +52,7 @@
-esym( 534, AcpiDmDumpName) // Return value not always used
-esym( 534, AcpiDmCommaIfListMember) // Return value not always used
/* Symbol exceptions for iASL compiler */
/* Symbol exceptions for generation of iASL compiler */
-esym( 534, TrWalkParseTree) // Return value not always used
-esym( 534, AslCompilerparse) // Return value not always used
@ -61,6 +61,7 @@
/* Global exceptions */
-e716 // Allow while(1)
-e717 // Allow do..while(0)
-e801 // Allow judicious use of goto without incurring complaint
-e818 // Don't make suggestions about const to avoid "const" pollution
@ -68,3 +69,4 @@
-e750 // Ignore non-referenced local macros (_MODULE_NAME, _COMPONENT, etc.)
-e834 // - followed by + is "confusing" NOT.
-e820 // Allow Boolean test of a parenthesized assignment
-e778 // Allow constant expressions to evaluate to zero

View File

@ -4,6 +4,7 @@
c:\acpi\generate\lint\co-msc60.lnt
//c:\acpi\generate\lint\lib-w32.lnt
-dACPI_MACHINE_WIDTH=32
-dWIN32=1
-d_MSC_VER=1
+fll // enable long long

View File

@ -6,6 +6,8 @@ c:\acpi\generate\lint\co.lnt
/* IA-64 */
-dACPI_MACHINE_WIDTH=64
-e747 // Compiler supports parameter conversions
-e46 // Compiler supports bitfields other than int
-d_IA64