fix -Wextra in Measure

This commit is contained in:
wmayer
2016-09-22 16:46:18 +02:00
parent b062b41db6
commit c3087e75fd
3 changed files with 27 additions and 10 deletions

View File

@@ -33,7 +33,7 @@
struct PyMethodDef Measure_methods[] = {
// {"read" , read, 1},
{NULL, NULL} /* end of table marker */
{NULL, NULL, 0, NULL} /* end of table marker */
};