This is an archive of the discontinued LLVM Phabricator instance.

Remove length modifier when using assignment suppression in TimerTest
ClosedPublic

Authored by aadsm on May 29 2019, 1:28 PM.

Details

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=]

Event Timeline

aadsm created this revision.May 29 2019, 1:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2019, 1:28 PM
xiaobai accepted this revision.May 29 2019, 1:31 PM

lgtm

This revision is now accepted and ready to land.May 29 2019, 1:31 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2019, 11:11 AM