forked from OSchip/llvm-project
[libomptarget][nfc] Squash unused variable warning
Suppress only current warning on openmp-clang-x86_64-linux-debian Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D106777
This commit is contained in:
parent
eb6c63cb0b
commit
93fe84d32f
|
@ -90,6 +90,7 @@ int DeviceTy::associatePtr(void *HstPtrBegin, void *TgtPtrBegin, int64_t Size) {
|
|||
DPxPTR(newEntry.HstPtrBase), DPxPTR(newEntry.HstPtrBegin),
|
||||
DPxPTR(newEntry.HstPtrEnd), DPxPTR(newEntry.TgtPtrBegin),
|
||||
newEntry.refCountToStr().c_str());
|
||||
(void)newEntry;
|
||||
|
||||
DataMapMtx.unlock();
|
||||
|
||||
|
|
Loading…
Reference in New Issue