From: zooko Date: Sun, 14 Jun 2009 01:06:57 +0000 (+0530) Subject: see if this silences the "not a prototype" warning X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Fzfec.git;a=commitdiff_plain;h=a7a6a42fb02028cea40d9bbf7bfa6c2ff37519b2 see if this silences the "not a prototype" warning Ignore-this: 2935c5fea2eee592d418f539c4080891 darcs-hash:fbbca4eeaa80fda92062f67aec5ad669666892ba --- diff --git a/zfec/zfec/_fecmodule.c b/zfec/zfec/_fecmodule.c index eea1b40..2f8f82d 100644 --- a/zfec/zfec/_fecmodule.c +++ b/zfec/zfec/_fecmodule.c @@ -556,7 +556,7 @@ _hexwrite(unsigned char*s, size_t l) { } PyObject* -test_from_agl() { +test_from_agl(void) { unsigned char b0c[8], b1c[8]; unsigned char b0[8], b1[8], b2[8], b3[8], b4[8]; memset(b0, 1, 8);