<p>Thanks for notifying. Will push in a fix.</p>
<div class="gmail_quote">On Jun 26, 2014 4:32 PM, "Mario *LigH* Rohkrämer" <<a href="mailto:contact@ligh.de">contact@ligh.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Compiling with MSYS/MinGW GCC 4.8.2 reports a warning:<br>
<br>
+----<br>
h:/MSYS/home/Entwicklung/x265/<u></u>source/Lib/TLibCommon/<u></u>TComDataCU.cpp: In member function 'void x265::TComDataCU::copyToPic(<u></u>uint8_t)':<br>
h:/MSYS/home/Entwicklung/x265/<u></u>source/Lib/TLibCommon/<u></u>TComDataCU.cpp:781:18: warning: declaration of 'tmp' shadows a previous local [-Wshadow]<br>
         uint32_t tmp  = (g_maxCUSize * g_maxCUSize) >> (depth << 1);<br>
                  ^<br>
h:/MSYS/home/Entwicklung/x265/<u></u>source/Lib/TLibCommon/<u></u>TComDataCU.cpp:770:14: warning: shadowed declaration is here [-Wshadow]<br>
     uint32_t tmp  = (g_maxCUSize * g_maxCUSize) >> (depth << 1);<br>
              ^<br>
h:/MSYS/home/Entwicklung/x265/<u></u>source/Lib/TLibCommon/<u></u>TComDataCU.cpp:782:18: warning: declaration of 'tmp2' shadows a previous local [-Wshadow]<br>
         uint32_t tmp2 = m_absIdxInLCU << m_pic->getLog2UnitSize() * 2;<br>
                  ^<br>
h:/MSYS/home/Entwicklung/x265/<u></u>source/Lib/TLibCommon/<u></u>TComDataCU.cpp:771:14: warning: shadowed declaration is here [-Wshadow]<br>
     uint32_t tmp2 = m_absIdxInLCU << m_pic->getLog2UnitSize() * 2;<br>
              ^<br>
+----<br>
<br>
-- <br>
<br>
Fun and success!<br>
Mario *LigH* Rohkrämer<br>
mailto:<a href="mailto:contact@ligh.de" target="_blank">contact@ligh.de</a><br>
<br>
______________________________<u></u>_________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org" target="_blank">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" target="_blank">https://mailman.videolan.org/<u></u>listinfo/x265-devel</a><br>
</blockquote></div>