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:
John Levon 2002-06-20 22:36:02 +00:00
parent eef71b8439
commit 71ec477900
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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";;