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