mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-12-06 00:24:43 +03:00
lib: Use G_NO_INLINE instead of G_GNUC_NO_INLINE
The G_GNUC_NO_INLINE macro will eventually be marked as
deprecated [1] and we are recommended to use G_NO_INLINE instead.
Do the switch now, rather than waiting for compile time warning
to occur.
1: 15cd0f0461
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#define G_GNUC_UNUSED
|
||||
#define G_GNUC_NULL_TERMINATED
|
||||
#define G_GNUC_NORETURN
|
||||
#define G_GNUC_NO_INLINE
|
||||
#define G_NO_INLINE
|
||||
#define G_GNUC_FALLTHROUGH
|
||||
#define G_GNUC_PRINTF(a, b)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user