Re: [Patch] Don't specify -Wmissing-declarations when compiling aC++ file

2003-06-22 Thread Robert Collins
Max Bowsher wrote: 2003-06-22 Max Bowsher [EMAIL PROTECTED] * Makefile.am (AM_CXXFLAGS): Remove -Wmissing-declarations, which is a C-only warning. Please check in. Rob

Re: [Patch] Don't specify -Wmissing-declarations when compiling aC++ file

2003-06-22 Thread Robert Collins
Yes, in fact, you could add -Winline to the CFLAGS section again, as the C code won't hit the STL issue. Rob