mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-21 15:31:57 +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:
@@ -113,13 +113,4 @@ GIVFuncInfo * _g_base_info_find_vfunc (GIRealInfo *rinfo,
|
|||||||
gint n_vfuncs,
|
gint n_vfuncs,
|
||||||
const gchar *name);
|
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__ */
|
#endif /* __GIREPOSITORY_PRIVATE_H__ */
|
||||||
|
|||||||
Reference in New Issue
Block a user