diff --git a/config/ChangeLog b/config/ChangeLog index a5d9bf3590..326d87235c 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2003-07-15 Angus Leeming + + * lyxinclude.m4: Do not pass the -Winline option to gcc. + 2003-07-03 Jean-Marc Lasgouttes * configure.in: diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index b59377af1b..dc4d817b93 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -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 diff --git a/status.13x b/status.13x index 4da15da358..60241c05c4 100644 --- a/status.13x +++ b/status.13x @@ -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.