Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
build: Do not scan glib-autocleanups.h for GLib-2.0.gir
Since autoptr typedefs are filtered out (bug #755882), scanning this header
is useless. It can cause warnings due to not #including all the headers
whose types it references:
/usr/include/glib-2.0/glib/glib-autocleanups.h:41: syntax error,
unexpected typedef-name, expecting identifier or '(' in 'typedef
GAsyncQueue *GAsyncQueue_autoptr;' at 'GAsyncQueue_autoptr'
Fix that by filtering it out of the list of headers to scan.
https://bugzilla.gnome.org/show_bug.cgi?id=768816- Loading branch information