Do not pass -Winline to gcc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7336 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-07-21 22:32:55 +00:00
parent 2ebdd34014
commit 1e8229d83c
3 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2003-07-15 Angus Leeming <leeming@lyx.org>
* lyxinclude.m4: Do not pass the -Winline option to gcc.
2003-07-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.in:

View File

@ -223,13 +223,6 @@ if test x$GXX = xyes; then
3.1*) CXXFLAGS="$CXXFLAGS -W -Wall";;
*) CXXFLAGS="$CXXFLAGS -W -Wall";;
esac
if test $lyx_devel_version = yes ; then
case $gxx_version in
2.95.*) ;;
2.96*) ;;
*) CXXFLAGS="$CXXFLAGS -Winline";;
esac
fi
fi
fi])dnl

View File

@ -85,3 +85,4 @@ What's new
- allow insertion of width strings like "2.5in" into tabular dialog (Qt only)
- Do not report failed inlining when compiling with gcc.