This is an archive of the discontinued LLVM Phabricator instance.

[LibFuzzer] Fix `-Wpedantic` warning reported by Eric Christopher.
ClosedPublic

Authored by delcypher on Jul 11 2017, 3:58 AM.

Details

Summary

[LibFuzzer] Fix -Wpedantic warning reported by Eric Christopher.

The warning is reproducible with GCC 4.8. Thanks to David Blaikie for
the suggested fix.

Diff Detail

Repository
rL LLVM

Event Timeline

delcypher created this revision.Jul 11 2017, 3:58 AM
delcypher added a subscriber: llvm-commits.
kcc accepted this revision.Jul 11 2017, 7:40 AM

LGTM, Thanks!

This revision is now accepted and ready to land.Jul 11 2017, 7:40 AM
This revision was automatically updated to reflect the committed changes.