Uwe Stöhr wrote:
> When compiling LyX 1.5svn using SCons and MSVC I get this warning:
> 
> cl /nologo /TP /EHsc /wd4819 /wd4996 /nologo /MD /O2
> /ID:\LyXSVN\lyx-devel\lyx-w
> indows-deps-msvc-qt4\include /Irelease\common /ID:\LyXSVN\lyx-devel\src
> /ID:\LyX
> SVN\lyx-devel\src /ID:\LyXSVN\lyx-devel\boost /c
> D:\LyXSVN\lyx-devel\src\mover.C
>  /Forelease\common\mover.obj
> mover.C
> D:\LyXSVN\lyx-devel\src\mover.C(107) : warning C4172: Adresse einer
> lokalen Vari
> ablen oder eines temporären Werts wird zurückgegeben
> 
> That is in English: "warning C4172: Adress of a local variable or of a
> temporary value is given back."
> 
> Ideas?
> 
> thanks and regards
> Uwe
> 

I assume this warning is because of returning a const reference, which
is ok.

-- 
Peter Kümmel

Reply via email to