mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
One less qemu-specific macro. It also helps to make some headers/units only depend on glib, and thus moved in standalone projects eventually. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
@@ -225,7 +225,7 @@ our $Attribute = qr{
|
||||
volatile|
|
||||
QEMU_NORETURN|
|
||||
G_GNUC_WARN_UNUSED_RESULT|
|
||||
QEMU_SENTINEL|
|
||||
G_GNUC_NULL_TERMINATED|
|
||||
QEMU_PACKED|
|
||||
G_GNUC_PRINTF
|
||||
}x;
|
||||
|
||||
Reference in New Issue
Block a user