KavrakiLab / robowflex

Making MoveIt Easy!
https://kavrakilab.github.io/robowflex/
Other
114 stars 24 forks source link

Fix narrowing conversion of ‘-1’ from ‘int’ to ‘uint32_t’ warning #238

Closed werner291 closed 3 years ago

werner291 commented 3 years ago

Unfortunately, some compilers don't seem to like the ~0 initialization for uint32_t and produce a warning; this change makes the setting of all bits to 1 explicit and silences the warning.

werner291 commented 3 years ago

@zkingston All green? Can we merge?