Changeset 871 in 3DVCSoftware


Ignore:
Timestamp:
25 Mar 2014, 17:41:09 (10 years ago)
Author:
tech
Message:

Fixed compiler warnings.

Location:
branches/HTM-10.0-dev0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.0-dev0/build/vc10/TLibCommon_vc10.vcxproj

    r870 r871  
    205205    <ClInclude Include="..\..\source\Lib\TLibCommon\TypeDef.h" />
    206206  </ItemGroup>
    207   <ItemGroup>
    208     <None Include="ClassDiagram1.cd" />
    209   </ItemGroup>
    210207  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    211208  <ImportGroup Label="ExtensionTargets">
  • branches/HTM-10.0-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp

    r869 r871  
    22942294    if( pcSlice->getPocMsbValPresentFlag() )
    22952295    {
    2296       Int iMaxPOClsb = 1<< pcSlice->getSPS()->getBitsForPOC();
     2296//      Int iMaxPOClsb = 1<< pcSlice->getSPS()->getBitsForPOC(); currently unused
    22972297
    22982298      UInt lengthVal = 1;
Note: See TracChangeset for help on using the changeset viewer.