From af69f95bba3597db53a980597cfd371c9f6ee7cf Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 17 May 2013 23:13:40 +0000 Subject: Import ACPICA 20130517. --- source/compiler/aslcompile.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/compiler/aslcompile.c') diff --git a/source/compiler/aslcompile.c b/source/compiler/aslcompile.c index 73b6732..bbd8ab9 100644 --- a/source/compiler/aslcompile.c +++ b/source/compiler/aslcompile.c @@ -133,7 +133,9 @@ AslCompilerSignon ( break; default: + /* No other output types supported */ + break; } @@ -207,7 +209,9 @@ AslCompilerFileHeader ( break; default: + /* No other output types supported */ + break; } @@ -226,11 +230,14 @@ AslCompilerFileHeader ( case ASL_FILE_C_SOURCE_OUTPUT: case ASL_FILE_C_OFFSET_OUTPUT: case ASL_FILE_C_INCLUDE_OUTPUT: + FlPrintFile (FileId, " */\n"); break; default: + /* Nothing to do for other output types */ + break; } } -- cgit v1.1