This is an archive of the discontinued LLVM Phabricator instance.

Fix warnings in build done by clang-based compiler
ClosedPublic

Authored by pavel.v.chupin on Oct 4 2022, 5:13 PM.

Details

Summary

warning: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]

Diff Detail

Event Timeline

pavel.v.chupin created this revision.Oct 4 2022, 5:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 5:13 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
pavel.v.chupin requested review of this revision.Oct 4 2022, 5:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 5:13 PM
andrew.w.kaylor accepted this revision.Oct 5 2022, 11:06 AM

Looks good to me

This revision is now accepted and ready to land.Oct 5 2022, 11:06 AM
This revision was landed with ongoing or failed builds.Oct 7 2022, 2:12 PM
This revision was automatically updated to reflect the committed changes.