[x265] Some warnings about init order in TComPic building v1.1+133 with GCC 4.8.2
Steve Borho
steve at borho.org
Wed Jun 18 20:34:55 CEST 2014
On Wed, Jun 18, 2014 at 5:51 AM, Mario *LigH* Rohkrämer <contact at ligh.de> wrote:
> Seen in 64-bit builds, may have missed during 32 bit or not...
>
> +----
> In file included from
> h:/MSYS/home/Entwicklung/x265/source/Lib/TLibCommon/TComPic.cpp:38:0:
> h:/MSYS/home/Entwicklung/x265/source/Lib/TLibCommon/TComPic.h: In
> constructor 'x265::TComPic::TComPic()':
> h:/MSYS/home/Entwicklung/x265/source/Lib/TLibCommon/TComPic.h:65:23:
> warning: 'x265::TComPic::m_reconPicYuv' will be initialized after
> [-Wreorder]
> TComPicYuv* m_reconPicYuv;
> ^
> h:/MSYS/home/Entwicklung/x265/source/Lib/TLibCommon/TComPic.h:60:23:
> warning: 'bool x265::TComPic::m_bIsLongTerm' [-Wreorder]
> bool m_bIsLongTerm;
> ^
> h:/MSYS/home/Entwicklung/x265/source/Lib/TLibCommon/TComPic.cpp:51:1:
> warning: when initialized here [-Wreorder]
> TComPic::TComPic()
> ^
> +----
Sorry about that, fixed.
I need to be wary of 1:30 am commits.
--
Steve Borho
More information about the x265-devel
mailing list