diff options
Diffstat (limited to 'source/compiler/aslmessages.c')
| -rw-r--r-- | source/compiler/aslmessages.c | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/source/compiler/aslmessages.c b/source/compiler/aslmessages.c index 520ebe0760fe..bd693110e0a5 100644 --- a/source/compiler/aslmessages.c +++ b/source/compiler/aslmessages.c @@ -235,7 +235,11 @@ const char                      *AslCompilerMsgs [] =  /*    ASL_MSG_BUFFER_ALLOCATION */          "Could not allocate line buffer",  /*    ASL_MSG_MISSING_DEPENDENCY */         "Missing dependency",  /*    ASL_MSG_ILLEGAL_FORWARD_REF */        "Illegal forward reference within a method", -/*    ASL_MSG_ILLEGAL_METHOD_REF */         "Illegal reference across two methods" +/*    ASL_MSG_ILLEGAL_METHOD_REF */         "Illegal reference across two methods", +/*    ASL_MSG_LOCAL_NOT_USED */             "Method Local is set but never used", +/*    ASL_MSG_ARG_AS_LOCAL_NOT_USED */      "Method Argument (as a local) is set but never used", +/*    ASL_MSG_ARG_NOT_USED */               "Method Argument is never used" +  };  /* Table compiler */ | 
