OK.
On Fri, Feb 10, 2017 at 2:53 PM, Jakub Jelinek wrote:
> Hi!
>
> The reporter complained that even when __has_cpp_attribute (fallthrough)
> and similarly __has_cpp_attribute (deprecated) return true, in pedantic
> mode the compiler will error out on those.
>
> The following patch just removes
Hi!
The reporter complained that even when __has_cpp_attribute (fallthrough)
and similarly __has_cpp_attribute (deprecated) return true, in pedantic
mode the compiler will error out on those.
The following patch just removes the pedwarn, i.e. we accept those
attributes as extensions even in C++11