diff options
| author | Sean Wei <me@sean.taipei> | 2025-06-13 22:09:20 -0400 |
|---|---|---|
| committer | Christian Schoenebeck <qemu_oss@crudebyte.com> | 2025-07-16 14:18:48 +0200 |
| commit | 44f51c1a3cf435daa82eb757740b59b1fd4fe71c (patch) | |
| tree | 5ef3327f76081a0fc926e75667a36ba94c029cda /python/qemu/utils/qom_common.py | |
| parent | 44b540338a3e271866a3d636359bfe6b2edecbb6 (diff) | |
| download | focaccia-qemu-44f51c1a3cf435daa82eb757740b59b1fd4fe71c.tar.gz focaccia-qemu-44f51c1a3cf435daa82eb757740b59b1fd4fe71c.zip | |
hw/9pfs: move G_GNUC_PRINTF to header
v9fs_path_sprintf() is annotated with G_GNUC_PRINTF(2, 3) in hw/9pfs/9p.c, but the prototype in hw/9pfs/9p.h is missing the attribute, so callers that include only the header do not get format checking. Move the annotation to the header and delete the duplicate in the source file. No behavior change. Signed-off-by: Sean Wei <me@sean.taipei> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250613.qemu.9p.02@sean.taipei> [CS: fix code style (max. 80 chars per line)] Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Diffstat (limited to 'python/qemu/utils/qom_common.py')
0 files changed, 0 insertions, 0 deletions