gpanders updated this revision to Diff 518024.
gpanders added a comment.
Remove cast to (void) in unused-expr.c
This cast is not necessary for this test, because foo does not have a
"warn_unused_result" attribute and is not marked const or pure. Removing the
cast improves the usefuless of the tes
gpanders created this revision.
gpanders added a reviewer: theraven.
Herald added a project: All.
gpanders requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This flag enables warnings for unused function return values
universally, even for fu