We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56cd99 commit 710eccbCopy full SHA for 710eccb
compiler-rt/lib/asan/asan_fake_stack.cpp
@@ -221,7 +221,7 @@ static void SetTLSFakeStack(FakeStack* fs) { fake_stack_tls = fs; }
221
void ResetTLSFakeStack() { fake_stack_tls = nullptr; }
222
#else
223
static FakeStack* GetTLSFakeStack() { return nullptr; }
224
-static void SetTLSFakeStack(FakeStack *fs) {}
+static void SetTLSFakeStack(FakeStack*) {}
225
void ResetTLSFakeStack() {}
226
#endif // (SANITIZER_LINUX && !SANITIZER_ANDROID) || SANITIZER_FUCHSIA
227
0 commit comments