* python/python.c (finalize_python): Cast unused PyGILState_Ensure
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 29 Nov 2012 19:11:48 +0000 (19:11 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 29 Nov 2012 19:11:48 +0000 (19:11 +0000)
commitb1209b035bf46d6a7a7364789866a72ce0a3f5d9
treeae6384ed5ed5f6632b0ee07ab7ddd2b9a1cbdd69
parenta0c82a2bce5a71582e21f9f47fbaa253e1d65dff
* python/python.c (finalize_python): Cast unused PyGILState_Ensure
return value to void to avoid compiler warning.
gdb/ChangeLog
gdb/python/python.c