Commit 2a1db9ce authored by malenov's avatar malenov
Browse files

resolve warnings about unreachable code

parent a46f74eb
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -85,7 +85,6 @@ Word16 is_EVS_bitrate(
            {
                return 0;
            }
                BREAK;
        }

        *Opt_AMR_WB = 1;
+0 −1
Original line number Diff line number Diff line
@@ -3896,7 +3896,6 @@ static ivas_error input_format_API_to_internal(
            BREAK;
        default:
            return IVAS_ERR_INVALID_BITSTREAM;
            BREAK;
    }

    move16();
+0 −2
Original line number Diff line number Diff line
@@ -2800,7 +2800,6 @@ static ivas_error bandwidthApiToInternal(
        case IVAS_ENC_BANDWIDTH_UNDEFINED:
        default:
            return IVAS_ERR_INVALID_BANDWIDTH;
            BREAK;
    }

    return IVAS_ERR_OK;
@@ -2827,7 +2826,6 @@ static ivas_error fecIndicatorApiToInternal(
            BREAK;
        default:
            return IVAS_ERR_INTERNAL;
            BREAK;
    }

    return IVAS_ERR_OK;
+0 −1
Original line number Diff line number Diff line
@@ -3299,7 +3299,6 @@ static ivas_error downmix_input_block_fx(
        }
        default:
            return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "Unsupported input format for reverb" );
            BREAK;
    }

    return IVAS_ERR_OK;