mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 02:06:46 +00:00
Fix warnings
This commit is contained in:
parent
09615bbed6
commit
fe53b79d56
@ -58,6 +58,7 @@ int extract_text(xmlDoc *xml, xmlNode *node, text_buffer_t *buf) {
|
|||||||
|
|
||||||
extract_text(xml, child->children, buf);
|
extract_text(xml, child->children, buf);
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int xml_io_read(void *context, char *buffer, int len) {
|
int xml_io_read(void *context, char *buffer, int len) {
|
||||||
|
@ -304,7 +304,7 @@ static int incremental_get(GHashTable *table, unsigned long inode_no) {
|
|||||||
|
|
||||||
__always_inline
|
__always_inline
|
||||||
static int incremental_mark_file_for_copy(GHashTable *table, unsigned long inode_no) {
|
static int incremental_mark_file_for_copy(GHashTable *table, unsigned long inode_no) {
|
||||||
g_hash_table_insert(table, GINT_TO_POINTER(inode_no), GINT_TO_POINTER(1));
|
return g_hash_table_insert(table, GINT_TO_POINTER(inode_no), GINT_TO_POINTER(1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user