]> git.lyx.org Git - lyx.git/commit
Limit the -Wall flag to C++ compiler
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 20 Nov 2020 12:41:45 +0000 (13:41 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 20 Nov 2020 12:45:30 +0000 (13:45 +0100)
commitcbc9a901afd1783a30b4d76663208b0c13530a30
treee07d7779961917c18b6e3db0d8690aeaaaa51241
parentb5d1f2f3002c22db64fda4eb40220a1dc0b43903
Limit the -Wall flag to C++ compiler

This avoids tons of warning when compiling code, like libiconv, which is
not prepared to this kind of scrutiny of its code quality...
config/lyxinclude.m4