Closed scpeters closed 1 year ago
@scpeters I think this is good to un-draft?
@scpeters I think this is good to un-draft?
I was hoping to test it before un-drafting it, and I haven't done that yet. I'll try updating one of the examples
I tested it, and the #pragma
wasn't generating a warning, so I switched to #warning
, which will either print a compiler warning or fail with a compiler error. Either way it will get attention
🎉 New feature
Closes #348
Summary
The
gz/utilities/SuppressWarning.hh
header file is redundant withgz/utils/SuppressWarning.hh
, so deprecate it.Test it
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.