Does anyone remember which FSF gcc release first added the -Wno-c++11-extensions option for g++? I know it exists in 4.6.3 but am not having much luck Googling for the original submission in the gcc-patches archives. According to https://gcc.gnu.org/projects/cxx0x.html, the initial c++-11 support goes back to 4.3 but this specific warning isn't mentioned in the documentation for 4.6.3 which supports -Wno-c++11-extensions (https://gcc.gnu.org/onlinedocs/gcc-4.6.3/gcc/Warning-Options.html).
- -Wno-c++11-extensions addition Jack Howarth
- Re: -Wno-c++11-extensions addition Jonathan Wakely
- Re: -Wno-c++11-extensions addition Jack Howarth
- Re: -Wno-c++11-extensions addition Marc Glisse