summaryrefslogtreecommitdiff
path: root/girepository/cmph/brz.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-12-02 11:34:46 -0500
committerColin Walters <walters@verbum.org>2010-12-02 12:49:47 -0500
commit307b703cc160bb4b8681da132b9e51a6497d46f3 (patch)
tree7c71a795e3a60f3d2ff0b4d9a13fe33870f61483 /girepository/cmph/brz.h
parent37fc6ebf24cc0d85de943c4a35840dffebd9ac79 (diff)
downloadgobject-introspection-307b703cc160bb4b8681da132b9e51a6497d46f3.tar.gz
cmph: Squash a lot of gcc -Wall compiler warnings
* Functions taking no parameters need to explicitly say (void). * Mark some functions as static that are * Comment out an unused function in bdz.c * Change loop indicies "i" to be unsigned if our limit is unsigned
Diffstat (limited to 'girepository/cmph/brz.h')
-rw-r--r--girepository/cmph/brz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/cmph/brz.h b/girepository/cmph/brz.h
index ac07ed76..648f174b 100644
--- a/girepository/cmph/brz.h
+++ b/girepository/cmph/brz.h
@@ -6,7 +6,7 @@
typedef struct __brz_data_t brz_data_t;
typedef struct __brz_config_data_t brz_config_data_t;
-brz_config_data_t *brz_config_new();
+brz_config_data_t *brz_config_new(void);
void brz_config_set_hashfuncs(cmph_config_t *mph, CMPH_HASH *hashfuncs);
void brz_config_set_tmp_dir(cmph_config_t *mph, cmph_uint8 *tmp_dir);
void brz_config_set_mphf_fd(cmph_config_t *mph, FILE *mphf_fd);