diff options
Diffstat (limited to 'source/compiler/aslhex.c')
-rw-r--r-- | source/compiler/aslhex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/compiler/aslhex.c b/source/compiler/aslhex.c index 863c0a3..cc2ba6f 100644 --- a/source/compiler/aslhex.c +++ b/source/compiler/aslhex.c @@ -107,7 +107,9 @@ HxDoHexOutput ( break; default: + /* No other output types supported */ + break; } } |