This is compiled as C code, so it's a good idea to be explicit about the
prototype. Clang complains about this when -Wstrict-prototypes is used.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D125672
[flang][Runtime] Use proper prototypes in Fortran_main. NFCI ClosedPublic Authored by rovka on May 16 2022, 2:08 AM.
Details Summary This is compiled as C code, so it's a good idea to be explicit about the
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 17 2022, 3:28 AM Closed by commit rG6bcafce103a4: [flang][Runtime] Use proper prototypes in Fortran_main. NFCI (authored by rovka). · Explain WhyMay 18 2022, 1:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 429652 flang/include/flang/Runtime/main.h
flang/runtime/FortranMain/Fortran_main.c
|