mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
build: enable -Wredundant-decls
The ffi decls were added in cbdd9ee09e367e4dd to work around broken ffi headers. Let's assume this is fixed now.
This commit is contained in:
parent
a718ebac86
commit
cff8329f70
@ -113,13 +113,4 @@ GIVFuncInfo * _g_base_info_find_vfunc (GIRealInfo *rinfo,
|
||||
gint n_vfuncs,
|
||||
const gchar *name);
|
||||
|
||||
extern ffi_status ffi_prep_closure_loc (ffi_closure *,
|
||||
ffi_cif *,
|
||||
void (*fun)(ffi_cif *, void *, void **, void *),
|
||||
void *user_data,
|
||||
void *codeloc);
|
||||
extern void *ffi_closure_alloc (size_t size, void **code);
|
||||
extern void ffi_closure_free (void *);
|
||||
|
||||
|
||||
#endif /* __GIREPOSITORY_PRIVATE_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user