fix -Wextra in Measure
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user