mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
girmodule: Ensure we actually use unsigned for gi_ir_module_fatal line
This commit is contained in:
@@ -77,7 +77,10 @@ void gi_ir_module_add_include_module (GIIrModule *module,
|
||||
|
||||
GITypelib * gi_ir_module_build_typelib (GIIrModule *module);
|
||||
|
||||
void gi_ir_module_fatal (GIIrTypelibBuild *build, unsigned int line, const char *msg, ...) G_GNUC_PRINTF (3, 4) G_GNUC_NORETURN;
|
||||
void gi_ir_module_fatal (GIIrTypelibBuild *build,
|
||||
unsigned int line,
|
||||
const char *msg,
|
||||
...) G_GNUC_PRINTF (3, 4) G_GNUC_NORETURN;
|
||||
|
||||
void gi_ir_node_init_stats (void);
|
||||
void gi_ir_node_dump_stats (void);
|
||||
|
Reference in New Issue
Block a user