Remove length modifier when using assignment suppression in TimerTest
authorAntonio Afonso <antonio.afonso@gmail.com>
Thu, 30 May 2019 15:38:05 +0000 (15:38 +0000)
committerAntonio Afonso <antonio.afonso@gmail.com>
Thu, 30 May 2019 15:38:05 +0000 (15:38 +0000)
commit7316670ef0a6666357bee8ea62a0eec38cdd7f97
tree3e75ae293ba60d53c57456615299c60ebb523e90
parentd0f34fd19850c79f8741301c3bfe0312ca24324c
Remove length modifier when using assignment suppression in TimerTest

Summary:
This is useless and it's giving warnings in the build bots:
/home/motus/netbsd8/netbsd8/llvm/tools/lldb/unittests/Utility/TimerTest.cpp:67:43: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]

Reviewers: xiaobai

Subscribers: krytarowski, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D62626

llvm-svn: 362107
lldb/unittests/Utility/TimerTest.cpp