Christian Heimes
d3afe781b1
Silence expression result unused warnings with clang.
The PyObject_INIT() macros returns obj:
../cpython/Objects/methodobject.c:32:23: warning: expression result unused [-Wunused-value]
PyObject_INIT(op, &PyCFunction_Type);
^~
../cpython/Include/objimpl.h:139:69: note: expanded from macro 'PyObject_INIT'
( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
^
1 warning generated.
2013-12-04 09:27:47 +01:00
..
2013-11-26 19:22:36 -06:00
2013-10-29 19:29:52 +01:00
2012-03-22 14:38:16 +01:00
2010-05-09 16:14:21 +00:00
2013-11-21 12:29:51 +01:00
2013-08-13 20:18:52 +02:00
2013-12-04 09:27:47 +01:00
2010-08-11 17:31:17 +00:00
2010-05-09 16:14:21 +00:00
2013-12-04 09:27:47 +01:00
2013-10-10 15:55:14 +02:00
2013-12-04 09:27:47 +01:00
2013-11-25 00:31:31 -08:00
2012-06-24 21:03:45 +02:00
2013-11-23 15:37:55 -08:00
2012-04-03 10:49:41 +00:00
2013-11-19 22:33:10 +10:00
2013-10-19 21:03:34 +03:00
2013-12-04 09:27:47 +01:00
2013-11-07 22:22:39 +01:00
2013-07-22 23:04:55 +02:00
2013-08-05 23:26:40 +02:00
2013-06-04 23:02:46 +02:00
2013-11-21 12:16:35 +01:00
2013-08-24 15:15:19 -05:00
2013-12-04 09:27:47 +01:00
2013-11-20 11:46:18 +01:00
2013-12-04 09:27:47 +01:00
2013-11-22 09:05:39 -07:00
2013-11-13 14:17:30 +01:00
2013-11-30 17:58:53 -08:00
2013-10-10 15:58:42 +02:00
2013-10-06 00:38:19 +03:00
2013-09-21 20:17:31 -07:00
2013-11-24 02:53:45 -08:00
2013-07-22 22:24:54 +02:00
2013-11-19 12:59:46 +01:00
2013-12-04 09:27:47 +01:00
2011-05-31 20:52:17 -05:00
2011-05-31 20:52:17 -05:00
2013-08-13 20:18:52 +02:00
2013-11-23 15:37:55 -08:00
2013-10-10 17:24:45 -04:00
2013-04-13 15:45:44 +01:00