mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
add -Wno-non-template-friend for 2.96
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4443 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eef71b8439
commit
71ec477900
@ -1,3 +1,7 @@
|
||||
2002-06-20 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* lyxinclude.m4: add -Wno-non-template-friend
|
||||
|
||||
2002-06-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* pspell.m4: patch from Garst to help find pspell (bug 428) this
|
||||
|
@ -209,7 +209,7 @@ if test x$GXX = xyes; then
|
||||
2.95.1) CXXFLAGS="$lyx_opt -fpermissive";;
|
||||
2.95.2) CXXFLAGS="$lyx_opt";;
|
||||
2.95.*) CXXFLAGS="$lyx_opt";;
|
||||
2.96*) CXXFLAGS="$lyx_opt -fno-exceptions";;
|
||||
2.96*) CXXFLAGS="$lyx_opt -fno-exceptions -Wno-non-template-friend";;
|
||||
3.0*) CXXFLAGS="$lyx_opt";;
|
||||
3.1*) CXXFLAGS="$lyx_opt -finline-limit=500 -fno-exceptions";;
|
||||
3.2*) CXXFLAGS="$lyx_opt";;
|
||||
|
Loading…
Reference in New Issue
Block a user