This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Inlining warning


Urp. I just updated my compiler and I am now afflicted with this. Use
-Wno-inline.

Index: acinclude.m4
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/acinclude.m4,v
retrieving revision 1.235
diff -c -p -r1.235 acinclude.m4
*** acinclude.m4        29 Apr 2003 22:47:03 -0000      1.235
--- acinclude.m4        30 Apr 2003 07:40:10 -0000
*************** AC_DEFUN(GLIBCPP_EXPORT_FLAGS, [
*** 1874,1880 ****
    OPTIMIZE_CXXFLAGS=
    AC_SUBST(OPTIMIZE_CXXFLAGS)
   
!   WARN_FLAGS='-Wall -Wno-format -W -Wwrite-strings -Winline'
    AC_SUBST(WARN_FLAGS)
  ])
   
--- 1874,1880 ----
    OPTIMIZE_CXXFLAGS=
    AC_SUBST(OPTIMIZE_CXXFLAGS)
   
!   WARN_FLAGS='-Wall -Wno-format -W -Wwrite-strings'
    AC_SUBST(WARN_FLAGS)
  ])
   
-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]