This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Fix gcc pedantic warning
ClosedPublic

Authored by jasonl220 on Jul 25 2018, 12:12 PM.

Details

Reviewers
dvyukov
Summary

Fix gcc (7.2.0) pedantic warning

warning: extra ‘;’ [-Wpedantic]

Diff Detail

Event Timeline

jasonl220 created this revision.Jul 25 2018, 12:12 PM
dvyukov accepted this revision.Jul 25 2018, 10:56 PM
This revision is now accepted and ready to land.Jul 25 2018, 10:56 PM

I don't have commit access, can you commit for me. Thanks.

dvyukov closed this revision.Jul 26 2018, 6:03 AM

Sure. Merged as 338023. Thanks.