diff options
Diffstat (limited to 'compiler/aslcompiler.l')
| -rw-r--r-- | compiler/aslcompiler.l | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/aslcompiler.l b/compiler/aslcompiler.l index dd0473c757176..574eb90375984 100644 --- a/compiler/aslcompiler.l +++ b/compiler/aslcompiler.l @@ -725,7 +725,7 @@ InsertLineBuffer (               * Warning if we have split a long source line.               * <Probably overkill>               */ -            sprintf (MsgBuffer, "Max %d", ASL_LINE_BUFFER_SIZE); +            sprintf (MsgBuffer, "Max %u", ASL_LINE_BUFFER_SIZE);              AslCommonError (ASL_WARNING, ASL_MSG_LONG_LINE,                              Gbl_CurrentLineNumber, Gbl_LogicalLineNumber,                              Gbl_CurrentLineOffset, Gbl_CurrentColumn, | 
