summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorJoachim Protze <protze@itc.rwth-aachen.de>2019-01-16 11:35:11 +0000
committerJoachim Protze <protze@itc.rwth-aachen.de>2019-01-16 11:35:11 +0000
commit6b840ccea94aff07f041783ddb51ff076c338754 (patch)
treeb4934e10b9272dc5ca7682ee39bfd5725425b9fb /lldb/packages/Python/lldbsuite/test/python_api
parent81101de5853b4ed64640220a086a67b16f36f153 (diff)
downloadbcm5719-llvm-6b840ccea94aff07f041783ddb51ff076c338754.tar.gz
bcm5719-llvm-6b840ccea94aff07f041783ddb51ff076c338754.zip
[OpenMP] Remove compiler warning about unused value
The compiler warns about an unused variable/statement: runtime/src/kmp_affinity.cpp:4958:18: warning: statement has no effect [-Wunused-value] KA_TRACE(1000, ; { ^ runtime/src/kmp_debug.h:84:24: note: in definition of macro 'KA_TRACE' __kmp_debug_printf x; \ ^ Instead of the unused reference to this function, this patch now calls the function with an empty string. The call to this function should have no effect. Patch provided by joachim.protze Reviewers: jlpeyton, hbae, AndreyChurbanov Reviewed By: AndreyChurbanov Tags: #openmp, #ompt Differential Revision: https://reviews.llvm.org/D56775 llvm-svn: 351323
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud