epics-modules / motor

APS BCDA synApps module: motor
https://epics-modules.github.io/motor/
20 stars 47 forks source link

Build problems under GCC 7.2.1 #86

Closed keenanlang closed 6 years ago

keenanlang commented 6 years ago

Describe the issue Build fails at calls to send_message that use the convention "(char) NULL" in the last argument. This is because the final argument of send_message is a character array pointer, not a char.

Build Environment Architecture: openSuSE Tumbleweed system with gcc 7.2.1