Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Michael Catanzaro 18a0d95aa2 Fix -Wsign-compare warning
[23/236] Compiling C object 'lib/76b5a...isc@sha/contrib_gvdb_gvdb-reader.c.o'.
../../../../Projects/epiphany/lib/contrib/gvdb/gvdb-reader.c: In function ‘gvdb_table_get_names’:
../../../../Projects/epiphany/lib/contrib/gvdb/gvdb-reader.c:428:27: warning: comparison of integer expressions of different signedness: ‘guint32’ {aka ‘unsigned int’} and ‘gint’ {aka ‘int’} [-Wsign-compare]
  428 |           else if (parent < n_names && names[parent] != NULL)
      |                           ^

To fix this, we have to change n_names to guint, and then also change
the types of everything it's compared against. This seems to be safe
since none of these should ever be negative.
2019-06-22 13:36:45 -05:00
COPYING Add COPYING file to indicate the license 2019-06-20 23:23:20 +00:00
gvdb-builder.c Merge branch 'mcatanzaro/write-contents-async' into 'master' 2019-06-21 17:08:24 +00:00
gvdb-builder.h Add gvdb_table_write_contents_async() 2019-06-21 10:04:49 -05:00
gvdb-format.h Update FSF’s address 2018-08-13 14:34:19 +01:00
gvdb-reader.c Fix -Wsign-compare warning 2019-06-22 13:36:45 -05:00
gvdb-reader.h build: Use weak bindings in gvdb to fix linking with LLD 2018-11-22 00:38:09 +08:00
gvdb.doap doap: Update maintainers list to synchronise with GLib 2018-08-13 14:29:51 +01:00