OK.
On Fri, Feb 17, 2017 at 7:59 AM, Jonathan Wakely wrote:
> Currently there's no way to disable the warning about literal suffix
> identifiers that use reserved names. This patch from Eric makes it
> depend on the existing -Wliteral-suffix option. Currently that
> controls warnings when encount
Currently there's no way to disable the warning about literal suffix
identifiers that use reserved names. This patch from Eric makes it
depend on the existing -Wliteral-suffix option. Currently that
controls warnings when encountering string literals concatenated with
macros, such as "%"PRIu32, wh