summaryrefslogtreecommitdiff
path: root/src/htsmd5.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-10 20:27:13 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-10 20:27:13 +0000
commit713b83f7b406858269863d92865b715470d6335c (patch)
tree79eb2733939d29388f0776f68da4b053427a61c9 /src/htsmd5.c
parent82e61ae9d68114bdcd6fafdb8bf823ae9ce69bef (diff)
Added the following compiler flags:
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition
Diffstat (limited to 'src/htsmd5.c')
-rw-r--r--src/htsmd5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsmd5.c b/src/htsmd5.c
index 2843738..bb2d066 100644
--- a/src/htsmd5.c
+++ b/src/htsmd5.c
@@ -80,7 +80,7 @@ unsigned long int md5sum32(const char *buff) {
return u.hash;
}
-void md5selftest() {
+void md5selftest(void) {
static const char str1[] = "The quick brown fox jumps over the lazy dog\n";
static const char str1m[] = "37c4b87edffc5d198ff5a185cee7ee09";
static const char str2[] = "Hello";