diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-09-03 18:30:50 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-09-05 19:39:26 +0000 |
commit | 163731e0eeb5a0a2725b80ec368e19856a53bb48 (patch) | |
tree | cfa01920c28787e7a74acec37244a9e1cf791d58 /recipes-networking/openvswitch/openvswitch-git | |
parent | 25a52a58a7e6e682e5c86707d77420f06535d859 (diff) | |
download | meta-virtualization-163731e0eeb5a0a2725b80ec368e19856a53bb48.tar.gz |
libvirt: fix build on qemuarm
On qemuarm, time_t is 'long long int', so using '%lu' to print
it out will give us the following error:
error: format '%lu' expects argument of type 'long unsigned int',
but argument 10 has type 'time_t' {aka 'long long int'} [-Werror=format=]
So use %llu to print it out.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git')
0 files changed, 0 insertions, 0 deletions