commit | 0ef13a0647d06584221ba1ba3896137a2461d25e | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney_g@comcast.net> | Wed Dec 16 16:19:46 2015 -0700 |
committer | Jon Ashburn <jon@lunarg.com> | Thu Dec 17 12:19:42 2015 -0700 |
tree | 38f5923e15b0b637a2511267aeacb4fece60187e | |
parent | 80bfd0ecef9d401c68a4667fadaf61dfe4583a1d [diff] [blame] |
loader: fix mismatch size warning
diff --git a/loader/murmurhash.h b/loader/murmurhash.h index 3fa072c..62e4d09 100644 --- a/loader/murmurhash.h +++ b/loader/murmurhash.h
@@ -22,7 +22,7 @@ */ uint32_t -murmurhash (const char *key, uint32_t len, uint32_t seed); +murmurhash (const char *key, size_t len, uint32_t seed); #ifdef __cplusplus }