Commit 25a80877 authored by vaclav's avatar vaclav
Browse files

fix compilation warning

parent efe76f27
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,8 +58,8 @@ ivas_error ivas_dec(
)
{
    // TODO: move here function ivas_jbm_dec_tc() and rename it to ivas_dec()
    st_ivas = NULL; // temp. to avoid compilation warnings
    data = NULL;    // temp. to avoid compilation warnings
    st_ivas->ivas_format = UNDEFINED_FORMAT; // temp. to avoid compilation warnings
    data[0] = 0;                             // temp. to avoid compilation warnings

    return IVAS_ERR_OK;
}