This is an archive of the discontinued LLVM Phabricator instance.

Fix compiler warning when compiling without asserts
ClosedPublic

Authored by rathod-sahaab on Mar 10 2020, 7:21 PM.

Details

Summary

This patch aims to prevent warning-as-error failures in release build.
As suggested in this comment
https://reviews.llvm.org/D69930#1910922

Diff Detail

Event Timeline

rathod-sahaab created this revision.Mar 10 2020, 7:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2020, 7:21 PM
This revision is now accepted and ready to land.Mar 10 2020, 7:59 PM
This revision was automatically updated to reflect the committed changes.