hwasan: fix buildbot breakage (unused variables)
authorThurston Dang <thurston@google.com>
Wed, 17 May 2023 03:22:09 +0000 (03:22 +0000)
committerThurston Dang <thurston@google.com>
Wed, 17 May 2023 03:22:09 +0000 (03:22 +0000)
commitcae7ef260458f66b4c6b2b8075db7cb6afe6bf9e
treed94f14a83919545106927f1273e89fd08d009251
parent744b12adb4ec7467a038b75a7fd63dd70e9dca14
hwasan: fix buildbot breakage (unused variables)

This (hopefully) fixes the buildbot breakage:
https://lab.llvm.org/buildbot/#/builders/77/builds/26793

My patch, https://reviews.llvm.org/D150708 introduced
stubs for common interceptor macros; these had unused
variables. This patch suppresses unused-variable
warnings.
compiler-rt/lib/hwasan/hwasan_interceptors.cpp