commit | 3ec2b3c05887bd00a6d4a4e94e004c6d9d2f70eb | [log] [tgz] |
---|---|---|
author | Nick Alcock <nick.alcock@oracle.com> | Fri Jun 10 19:06:59 2022 +0100 |
committer | Nick Alcock <nick.alcock@oracle.com> | Tue Jun 21 19:27:15 2022 +0100 |
tree | 4f16e53326e51dd62423c01466530409d7216177 | |
parent | 6bd2318f32842a27b03677b670421f93c14f9302 [diff] |
libctf: avoid mingw warning A missing paren led to an intended cast to avoid dependence on the size of size_t in one argument of ctf_err_warn applying to the wrong type by mistake. libctf/ChangeLog: * ctf-serialize.c (ctf_write_mem): Fix cast.