Add ifdefs around one function that only is used in unix build configurations.
Add a void cast for a windows specific function that currently is unused but may be intended to be used at some point.
Paths
| Differential D96584
[OpenMP] Avoid warnings about unused static functions on windows ClosedPublic Authored by mstorsjo on Feb 12 2021, 1:53 AM.
Details Summary Add ifdefs around one function that only is used in unix build configurations. Add a void cast for a windows specific function that currently is unused but may be intended to be used at some point.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Feb 12 2021, 9:06 AM Closed by commit rG16428a8d91a9: [OpenMP] Avoid warnings about unused static functions on windows (authored by mstorsjo). · Explain WhyFeb 12 2021, 11:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 323257 openmp/runtime/src/kmp_environment.cpp
openmp/runtime/src/kmp_io.cpp
|