diff options
Diffstat (limited to 'source/compiler/dtfield.c')
| -rw-r--r-- | source/compiler/dtfield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/dtfield.c b/source/compiler/dtfield.c index f976bba5255a..9a5729cfe95e 100644 --- a/source/compiler/dtfield.c +++ b/source/compiler/dtfield.c @@ -227,7 +227,7 @@ DtCompileOneField ( break; } - /* Fall through. */ + ACPI_FALLTHROUGH; case DT_FIELD_TYPE_BUFFER: |
