Re: Docbook compile warning

2020-11-26 Thread Kornel Benko
Am Thu, 26 Nov 2020 23:33:50 +0100 schrieb Thibaut Cuvelier : > On Thu, 26 Nov 2020 at 11:10, Kornel Benko wrote: > > > > > /usr2/src/lyx/lyx-git/src/output_docbook.cpp:770:21: warning: comparison > > of integer > > expressions of different signedness: ‘lyx::depth_type’ {aka ‘long unsigned > > i

Re: Docbook compile warning

2020-11-26 Thread Thibaut Cuvelier
On Thu, 26 Nov 2020 at 11:10, Kornel Benko wrote: > > /usr2/src/lyx/lyx-git/src/output_docbook.cpp:770:21: warning: comparison > of integer > expressions of different signedness: ‘lyx::depth_type’ {aka ‘long unsigned > int’} and > ‘int’ [-Wsign-compare] if (abstractDepth != -1 && style.docbookini

Docbook compile warning

2020-11-26 Thread Kornel Benko
/usr2/src/lyx/lyx-git/src/output_docbook.cpp:770:21: warning: comparison of integer expressions of different signedness: ‘lyx::depth_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] if (abstractDepth != -1 && style.docbookininfo() == "never") { ~~^ Kornel pg

CitationUI compile warning in branch

2009-03-07 Thread Uwe Stöhr
I get this: ..\..\lyx-windows-deps-msvc2008\qt-4\bin\moc -o release\src\frontends\qt4\GuiCit ation_moc.cpp D:\LyXSVN\LyX1.6.x\src\frontends\qt4\GuiCitation.h ..\..\lyx-windows-deps-msvc2008\qt-4\bin\uic -tr lyx::qt_ -o release\src\fronten ds\qt4\ui\ui_CitationUi.h D:\LyXSVN\LyX1.6.x\src\frontends

Re: DEC cxx compile warning

2000-07-06 Thread Juergen Vigna
On 05-Jul-2000 Jean-Marc Lasgouttes wrote: > > Strangely enough, I do not see this with cxx 6.2 (which I am testing > since today). However, UpdatableInset::deleteLyXText is not 'const'. > Should it be? > Yes it should be this was commited yesterday! Jürgen -- -._-._-._-._-._-._-._-._

Re: DEC cxx compile warning

2000-07-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: | | Angus> Compiling the latest CVS, I get the following warning message. | Angus> Perhaps this is useful to someone. Angus | | Angus> cxx -std strict_ansi -nocleanup -ptr | Angus> /usr

Re: DEC cxx compile warning

2000-07-05 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Compiling the latest CVS, I get the following warning message. Angus> Perhaps this is useful to someone. Angus Angus> cxx -std strict_ansi -nocleanup -ptr Angus> /usr/users/aleem/lyx/devel/lyx_cxx_repository -DHAVE_CONFIG_H Angus>

DEC cxx compile warning

2000-07-05 Thread Angus Leeming
Compiling the latest CVS, I get the following warning message. Perhaps this is useful to someone. Angus cxx -std strict_ansi -nocleanup -ptr /usr/users/aleem/lyx/devel/lyx_cxx_repository -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../src/cheaders -I/usr/local/include -g -MD

RE: Compile warning

2000-05-03 Thread Juergen Vigna
On 03-May-2000 Angus Leeming wrote: > As that appeared useful, I'll send you more instances of the same ;) > Angus > > cxx: Warning: insettabular.h, line 91: > "bool InsetTabular::LockInsetInInset(UpdatableInset *)" does not > match "UpdatableInset::LockInsetInInset" -- virtu

RE: Compile warning

2000-05-03 Thread Angus Leeming
As that appeared useful, I'll send you more instances of the same ;) Angus cxx: Warning: insettabular.h, line 91: "bool InsetTabular::LockInsetInInset(UpdatableInset *)" does not match "UpdatableInset::LockInsetInInset" -- virtual function override intended? bool LockIns

RE: Compile warning

2000-05-03 Thread Juergen Vigna
On 02-May-2000 Angus Leeming wrote: > Compiling the head branch of CVS, I get the following warnings with DEC cxx. > Perhaps this is useful? > > cxx: Warning: ../../src/insets/insettext.h, line 109: > "void InsetText::init(Buffer *, const InsetText *)" does not match > "Inset

Compile warning

2000-05-02 Thread Angus Leeming
Compiling the head branch of CVS, I get the following warnings with DEC cxx. Perhaps this is useful? cxx: Warning: ../../src/insets/insettext.h, line 109: "void InsetText::init(Buffer *, const InsetText *)" does not match "Inset::init" -- virtual function override intended?