mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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:
parent
2ebdd34014
commit
1e8229d83c
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user