aboutsummaryrefslogtreecommitdiff
path: root/generate/lint/options.lnt
diff options
context:
space:
mode:
Diffstat (limited to 'generate/lint/options.lnt')
-rw-r--r--generate/lint/options.lnt3
1 files changed, 3 insertions, 0 deletions
diff --git a/generate/lint/options.lnt b/generate/lint/options.lnt
index ca4f90beec08..1dfd97b02e4d 100644
--- a/generate/lint/options.lnt
+++ b/generate/lint/options.lnt
@@ -33,6 +33,8 @@
-emacro( (413), ACPI_PTR_DIFF ) // use of NULL pointer creates a stir
-emacro( (413), ACPI_FADT_OFFSET ) // use of NULL pointer creates a stir
-emacro( (413), ASL_RESDESC_OFFSET ) // use of NULL pointer creates a stir
+-emacro( (662), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs
+-emacro( (797), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs
-emacro( 826, ACPI_NEXT_RESOURCE) // Pointer cast
-emacro( 826, ACPI_MOVE_UNALIGNED16_TO_16) // Pointer cast
@@ -76,4 +78,5 @@
-e834 // - followed by + is "confusing" NOT.
-e820 // Allow Boolean test of a parenthesized assignment
-e778 // Allow constant expressions to evaluate to zero
+-e662 // Allow "pointer overrun" for dynamic structures
-e831 \ No newline at end of file