Skip to content

Commit 710eccb

Browse files
committed
format
1 parent f56cd99 commit 710eccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/asan/asan_fake_stack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ static void SetTLSFakeStack(FakeStack* fs) { fake_stack_tls = fs; }
221221
void ResetTLSFakeStack() { fake_stack_tls = nullptr; }
222222
#else
223223
static FakeStack* GetTLSFakeStack() { return nullptr; }
224-
static void SetTLSFakeStack(FakeStack *fs) {}
224+
static void SetTLSFakeStack(FakeStack*) {}
225225
void ResetTLSFakeStack() {}
226226
#endif // (SANITIZER_LINUX && !SANITIZER_ANDROID) || SANITIZER_FUCHSIA
227227

0 commit comments

Comments
 (0)