On Sun, Sep 16, 2007 at 08:28:54PM +0200, Uwe Stöhr wrote:
> I noticed that MSVC comes now up with this warning:
> 
> cl /nologo /EHsc /wd4819 /wd4996 /nologo /MD /O2 /TP 
> /ID:\LyXSVN\LyX1.5.x\lyx-windows-deps-msvc-qt4\include /Irelease\common 
> /ID:\LyXSVN\LyX1.5.x\src /ID:\LyXSVN\LyX1.5.x\src 
> /ID:\LyXSVN\LyX1.5.x\boost /c D:\LyXSVN\LyX1.5.x\src\Server.cpp /
> Forelease\common\Server.obj
> Server.cpp
> d:\lyxsvn\lyx1.5.x\src\Server.h(114) : warning C4355: this': wird in 
> Initialisierungslisten für Basisklasse verwendet
> 
> In English: this': is used in initialisation lists for base classes
> 
> Or is this independent of boost?

It's not boost related, and I have a hard time to convince myself that
it does indeed only access the pointer there, not the object.

The code in Server.cpp look fairly strange anyway...

Andre'

Reply via email to