python plugin: Try to avoid casting errors with Sun's cc.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 8 Dec 2009 11:25:03 +0000 (12:25 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 8 Dec 2009 11:25:03 +0000 (12:25 +0100)
commit1a991a476428fa1d72c8658b2dc74efea9b622fd
tree8275f7fa11c9c0f4171f60f2a20057e0c5825cd0
parent5a4d8ac293241a96d124b108a77a79e451c2afc2
python plugin: Try to avoid casting errors with Sun's cc.

"python.c", line 534: warning: argument #1 is incompatible with prototype:
prototype: pointer to void : "python.c", line 470
argument : pointer to function(pointer to const char, pointer to function(..) returning void, pointer to struct user_data_s {pointer to void data, pointer to function(..) returning void free_func}) returning int
"python.c", line 534: warning: argument #2 is incompatible with prototype:
prototype: pointer to void : "python.c", line 470
argument : pointer to function(int, pointer to const char, pointer to struct user_data_s {pointer to void data, pointer to function(..) returning void free_func}) returning void
src/python.c