Commit 5b2ea567 authored by vaclav's avatar vaclav
Browse files

fix compilation warning

parent 1173116f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2021,6 +2021,8 @@ static ivas_error printConfigInfo_dec(
                case HEAD_ORIENT_TRK_REF_VEC_LEV:
                    fprintf( stdout, "Orientation tracking:   REF_VEC_LEV\n" );
                    break;
                default:
                    break;
            }
        }
#else