OpenEtherCATsociety / SOES

Simple Open Source EtherCAT Slave
Other
587 stars 251 forks source link

Fix/warnings generated by flag wconversion #149

Closed nakarlsson closed 1 year ago

nakarlsson commented 1 year ago

Fix warnings for Wconversion

Approach

fixes #148

nakarlsson commented 1 year ago

To enable Wconversion for regression on Linux and SOES core files I needed to do an easy fix of Linux esc_hw.c, just type casted

nakarlsson commented 1 year ago

Also, size_t did cause some trouble on x64 Linux so I took the decision to go for uint32_t instead of size_t.