This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix -Wstrict-prototypes warnings
ClosedPublic

Authored by tblah on Dec 5 2022, 5:45 AM.

Details

Summary

These warnings prevent compilation using clang with -DLLVM_ENABLE_WERROR=On

Diff Detail

Event Timeline

tblah created this revision.Dec 5 2022, 5:45 AM
Herald added a project: Restricted Project. · View Herald Transcript
tblah requested review of this revision.Dec 5 2022, 5:45 AM
tblah retitled this revision from [mlir to [mlir] Fix -Wstrict-prototypes warnings.Dec 5 2022, 5:45 AM
tblah edited the summary of this revision. (Show Details)
tblah added a reviewer: kiranchandramohan.
tblah added a comment.Dec 5 2022, 6:00 AM

commit message seems hosed

Sorry, that should be fixed now

LGTM for sparse change

ftynse accepted this revision.Dec 12 2022, 3:51 AM
This revision is now accepted and ready to land.Dec 12 2022, 3:51 AM
This revision was automatically updated to reflect the committed changes.