diff options
Diffstat (limited to 'generate/lint/options.lnt')
-rw-r--r-- | generate/lint/options.lnt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generate/lint/options.lnt b/generate/lint/options.lnt index 1ede674cc814..614b1dc0e55e 100644 --- a/generate/lint/options.lnt +++ b/generate/lint/options.lnt @@ -81,3 +81,5 @@ -e662 // Allow "pointer overrun" for dynamic structures -e831 -e784 // Allow "Nul character truncated from string" for lookup tables +-e661 // Allow access beyond "end of pointer" for ACPI tables declared with x[1] fields +-e796 // Allow access beyond "end of pointer" for namestrings |