cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

Add compiler warning helper macros.

Open mkoscumb opened this issue 4 years ago • 1 comments

I'm super tired of writing giant ifdef blobs to properly push/disable/pop compiler warnings. This makes things a bit easier and - ideally - more readable when we do need to suppress a warning. Intentionally not converting warnings to macros in modules (yet), public headers (as I want to avoid collision with consumers), and third party code.

I'm not wild about macros, but this is one of the times where they're warranted.

mkoscumb avatar Apr 16 '21 17:04 mkoscumb

@mkoscumb, could you please resolve the conflicts in this PR?

ThomsonTan avatar Aug 14 '24 16:08 ThomsonTan