[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:
Jon Chesterfield 2021-07-26 09:54:30 +01:00
parent eb6c63cb0b
commit 93fe84d32f
1 changed files with 1 additions and 0 deletions

View File

@ -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();