mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
apibuild: ignore GLib macros too
Add an exception for the GLib versions of the macros we already ignore. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
14a5993d32
commit
f3f583e9e4
@ -73,6 +73,8 @@ admin_included_files = {
|
||||
ignored_words = {
|
||||
"ATTRIBUTE_UNUSED": (0, "macro keyword"),
|
||||
"ATTRIBUTE_SENTINEL": (0, "macro keyword"),
|
||||
"G_GNUC_UNUSED": (0, "macro keyword"),
|
||||
"G_GNUC_NULL_TERMINATED": (0, "macro keyword"),
|
||||
"VIR_DEPRECATED": (0, "macro keyword"),
|
||||
"VIR_EXPORT_VAR": (0, "macro keyword"),
|
||||
"WINAPI": (0, "Windows keyword"),
|
||||
|
Loading…
Reference in New Issue
Block a user