[all-commits] [llvm/llvm-project] 2f95c5: Fix use of wrong printf format specifier for size_...
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue Sep 29 16:02:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f95c50a8b713970c5134dabc246270111a48c6d
https://github.com/llvm/llvm-project/commit/2f95c50a8b713970c5134dabc246270111a48c6d
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M lldb/bindings/python/python-wrapper.swig
Log Message:
-----------
Fix use of wrong printf format specifier for size_t argument.
This causes a build break under -Werror=format.
More information about the All-commits
mailing list