diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/dct.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/dct.cpp b/common/dct.cpp index 374eee03fc..390c52af0f 100644 --- a/common/dct.cpp +++ b/common/dct.cpp @@ -62,6 +62,8 @@ void DCT::calc(float *data) { case DST_I: calcDSTI(data); break; + default: + break; } } |