aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/smc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'image/codecs/smc.cpp')
-rw-r--r--image/codecs/smc.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/image/codecs/smc.cpp b/image/codecs/smc.cpp
index 54493d0c34..716b2f96fd 100644
--- a/image/codecs/smc.cpp
+++ b/image/codecs/smc.cpp
@@ -380,6 +380,9 @@ const Graphics::Surface *SMCDecoder::decodeFrame(Common::SeekableReadStream &str
case 0xF0:
warning("0xF0 opcode seen in SMC chunk (contact the developers)");
break;
+
+ default:
+ break;
}
}