atlesn / rrr

RRR (Read Route Record) is a general purpose acquirement, transmission and processing daemon supporting HTTP, MQTT, TCP, UDP and other I/O devices. RRR has a variety of different modules which can be chained together to retrieve, transmit, modify and save messages.
Other
5 stars 4 forks source link

Fix compile warnings in python function pointer casts with (PyCFunction) #5

Closed atlesn closed 4 years ago

atlesn commented 4 years ago

There are some warnings involving function pointer casts with (PyCFunction), fix.

atlesn commented 4 years ago

Fixed by casting to (void*)