Georg Baum <[EMAIL PROTECTED]> writes:

| Am Sonntag, 30. Juli 2006 12:24 schrieb Lars Gullik Bjønnes:
| > Georg Baum <[EMAIL PROTECTED]> writes:
| > 
| > | I just noticed that I do not get compiler warnings anymore with current 
| > | svn. --enable-warnings does not help. The 1.4 branch works fine.
| > | Does anybody else see this?
| > 
| > Compiler version?
| 
| gcc (GCC) 4.1.2 20060708 (prerelease) (Debian 4.1.1-8)

>From lyxinclude.m4:

      3.4*|4.0*)
          AM_CXXFLAGS=""
          test $enable_pch = yes && lyx_pch_comp=yes
          ;;


3.4*|4.0*)
        lyx_flags="stdlib-debug $lyx_flags"
        AC_DEFINE(_GLIBCXX_DEBUG, 1, [libstdc++ debug mode])
        AC_DEFINE(_GLIBCXX_DEBUG_PEDANTIC, 1, [libstdc++ pedantic
        debug mode])
        ;;


3.4*|4.0*)
        lyx_flags="concept-checks $lyx_flags"
        AC_DEFINE(_GLIBCXX_CONCEPT_CHECKS, 1, [libstdc++ concept
        checking])
        ;;


I'll have a look at it.

-- 
        Lgb

Reply via email to