Re: Compilation warning from docbook code

2020-06-29 Thread Thibaut Cuvelier
On Mon, 29 Jun 2020 at 20:58, Scott Kostyshak wrote: > On Mon, Jun 29, 2020 at 05:36:52PM +0200, Pavel Sanda wrote: > > On Mon, Jun 29, 2020 at 10:48:04AM -0400, Scott Kostyshak wrote: > > > I get the following warning on current master: > > > > > > [ 93%] Building CXX object > src/CMakeFiles/l

Re: Compilation warning from docbook code

2020-06-29 Thread Scott Kostyshak
On Mon, Jun 29, 2020 at 05:36:52PM +0200, Pavel Sanda wrote: > On Mon, Jun 29, 2020 at 10:48:04AM -0400, Scott Kostyshak wrote: > > I get the following warning on current master: > > > > [ 93%] Building CXX object src/CMakeFiles/lyx.dir/output_docbook.cpp.o > > 44:19: warning: ???const string

Re: Compilation warning from docbook code

2020-06-29 Thread Pavel Sanda
On Mon, Jun 29, 2020 at 10:48:04AM -0400, Scott Kostyshak wrote: > I get the following warning on current master: > > [ 93%] Building CXX object src/CMakeFiles/lyx.dir/output_docbook.cpp.o > 44:19: warning: ???const string > lyx::{anonymous}::fontToDocBookTag(lyx::xml::FontTypes)??? defined b

Compilation warning from docbook code

2020-06-29 Thread Scott Kostyshak
I get the following warning on current master: [ 93%] Building CXX object src/CMakeFiles/lyx.dir/output_docbook.cpp.o 44:19: warning: ‘const string lyx::{anonymous}::fontToDocBookTag(lyx::xml::FontTypes)’ defined but not used [-Wunused-function] 44 | std::string const fontToDocBookTag(x