A client of mine has a lot of code that uses the "ui64", "ui32", etc... suffixes, and I need to port it.
To avoid a potentially long night verifying several regex find+replaces, I've reproduced said suffixes as user-defined literals.
I'm looking for the "-Wno-xxx" flag for the "not preceded by '_'" warning that pops out as a result.
I've searched the warning list here, but my brain is suffering from rather severe alphabet soup syndrome at the moment, so I likely missed it.
I'm using g++ 4.8.2 that came with cygwin.