Re: [LyX/master] Shut up compiler warning

2015-05-15 Thread Stephan Witt
Am 14.05.2015 um 20:22 schrieb Georg Baum georg.b...@post.rwth-aachen.de: Stephan Witt wrote: Please, what's the compiler switch to enable these warnings? I don't see them. Neither with the settings of automake nor with the settings of cmake builds. autoconf with --enable-warnings and

Re: [LyX/master] Shut up compiler warning

2015-05-15 Thread Georg Baum
Stephan Witt wrote: Thanks. I'm using clang and the only way to get this warning is -Wconversion, AFAIK. With these warnings enabled I'm getting tons of warnings for boost and Qt headers. So, I'll let it disabled then. With -Wfloat-conversion you'll also get some in qt and boost, but not as

Re: [LyX/master] Shut up compiler warning

2015-05-15 Thread Stephan Witt
Am 14.05.2015 um 20:22 schrieb Georg Baum : > Stephan Witt wrote: > >> Please, what's the compiler switch to enable these warnings? >> I don't see them. Neither with the settings of automake nor >> with the settings of cmake builds. > > autoconf with

Re: [LyX/master] Shut up compiler warning

2015-05-15 Thread Georg Baum
Stephan Witt wrote: > Thanks. I'm using clang and the only way to get this warning is > -Wconversion, AFAIK. With these warnings enabled I'm getting tons of > warnings for boost and Qt headers. So, I'll let it disabled then. With -Wfloat-conversion you'll also get some in qt and boost, but not

Re: [LyX/master] Shut up compiler warning

2015-05-14 Thread Georg Baum
Stephan Witt wrote: Please, what's the compiler switch to enable these warnings? I don't see them. Neither with the settings of automake nor with the settings of cmake builds. autoconf with --enable-warnings and gcc 4.9 (this enables -Wall -Wextra - Wfloat-conversion, I guess the last one is

Re: [LyX/master] Shut up compiler warning

2015-05-14 Thread Stephan Witt
Am 14.05.2015 um 12:14 schrieb Georg Baum b...@lyx.org: commit 1586f79499ec817fbb036a37b02a19777220820c Author: Georg Baum b...@lyx.org Date: Thu May 14 10:48:50 2015 +0200 Shut up compiler warning Please, what's the compiler switch to enable these warnings? I don't see them. Neither

Re: [LyX/master] Shut up compiler warning

2015-05-14 Thread Stephan Witt
Am 14.05.2015 um 12:14 schrieb Georg Baum : > commit 1586f79499ec817fbb036a37b02a19777220820c > Author: Georg Baum > Date: Thu May 14 10:48:50 2015 +0200 > >Shut up compiler warning Please, what's the compiler switch to enable these warnings? I don't see them.

Re: [LyX/master] Shut up compiler warning

2015-05-14 Thread Georg Baum
Stephan Witt wrote: > Please, what's the compiler switch to enable these warnings? > I don't see them. Neither with the settings of automake nor > with the settings of cmake builds. autoconf with --enable-warnings and gcc 4.9 (this enables -Wall -Wextra - Wfloat-conversion, I guess the last one