| Index: core/src/fxcodec/codec/fx_codec_icc.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_icc.cpp b/core/src/fxcodec/codec/fx_codec_icc.cpp
|
| index c2129eaef2c74c20d52013d101c99f078dbf7a1e..297f392a30030a6f03dcad0bd8e1039acc6b3127 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_icc.cpp
|
| +++ b/core/src/fxcodec/codec/fx_codec_icc.cpp
|
| @@ -424,11 +424,13 @@ void* CCodec_IccModule::CreateProfile(ICodec_IccModule::IccParam* pIccParam,
|
| case IccCS_Gray:
|
| text.Format("%lf", pIccParam->Gamma);
|
| break;
|
| - default:;
|
| + default:
|
| + break;
|
| }
|
| MD5ComputeID(text.GetBuffer(0), text.GetLength(), ID);
|
| break;
|
| - default:;
|
| + default:
|
| + break;
|
| }
|
| key.AppendBlock(ID, 16);
|
| CFX_ByteString ProfileKey(key.GetBuffer(), key.GetSize());
|
|
|