mbed-os/tools/profiles
Kevin Bracey b437d700b5 ARMC6: disable "reserved user-defined literal" warning
Clang warns about reserved user-defined literals by default. This
warning is not terribly helpful; compilers aren't normally in the
habit of warning about use of reserved identifiers. It can interfere
with, for example, deliberate emulation of a future standard
language feature.

The warning was promoted to an error in an mbed client build, due to a
non-C++11 "%s"name occurring in a macro. But the macro itself was never
invoked, so the misinterpretation as C++11 caused no problems other than
this warning. Killing the warning will let that code build on ARMC6.
The code already built on GCC and IAR.

If that macro ever was used, then a separate error about operator ""
name not being defined would be generated, on all 3 toolchains.
2019-05-24 16:26:15 +03:00
..
debug.json ARMC6: disable "reserved user-defined literal" warning 2019-05-24 16:26:15 +03:00
develop.json ARMC6: disable "reserved user-defined literal" warning 2019-05-24 16:26:15 +03:00
release.json ARMC6: disable "reserved user-defined literal" warning 2019-05-24 16:26:15 +03:00