]> git.k1024.org Git - pylibacl.git/commit
Fix a compilation warning with python2.4
authorIustin Pop <iusty@k1024.org>
Mon, 8 Oct 2007 04:56:07 +0000 (06:56 +0200)
committerIustin Pop <iusty@k1024.org>
Mon, 8 Oct 2007 04:56:07 +0000 (06:56 +0200)
commit6eb30d794ce616080c5c42511c39f16643769221
tree48c482fef93563078e9792a2617a559d9337b303
parent06dd5917eebd981feb307224eec12780d9a5850d
Fix a compilation warning with python2.4

It seems python2.4 expects the format argument to
PyArg_ParseTupleAndKeywords to be "char*" and thus the compiler emits a
warning when passing "const char*" (python2.5 is betteri here). Remove
the const from format in ACL_init to fix this.
acl.c