diff options
author | Joachim Protze <protze@itc.rwth-aachen.de> | 2021-06-15 09:17:26 +0200 |
---|---|---|
committer | Joachim Protze <protze@itc.rwth-aachen.de> | 2021-06-16 09:33:46 +0200 |
commit | cff215565e9351511d805f72e62803718be6aaa4 (patch) | |
tree | 4ecfcaf3ed82c821dc8416d6180a64cb84d648af /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 308f6a5245a249e08efbdaa73b6cc6e693e0185f (diff) | |
download | llvm-cff215565e9351511d805f72e62803718be6aaa4.zip llvm-cff215565e9351511d805f72e62803718be6aaa4.tar.gz llvm-cff215565e9351511d805f72e62803718be6aaa4.tar.bz2 |
[OpenMP] Remove unused variables from libomp code
Several variables were left unused as a result of different patches removing
their use.
Two variables have some use:
`poll_count` is used by the KMP_BLOCKING macro only under certain conditions.
Adding (void) to tell the compiler to ignore the unused variable.
`padding` is a dummy stack allocation with no intent to be used. Also adding
(void) to make the compiler ignore the unused variable.
Differential Revision: https://reviews.llvm.org/D104303
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions