Kevin,
We have several #if defined for the various compilers except for __GNUC__ which covers NUWEN and TDMGCC
The first one I want is:
#if defined (__GNUC__) || defined (__clang__)
#pragma GCC diagnostic ignored "-Wwrite-strings"
#endif
Thank You,
James
Edit: I added __clang__