ruby-rice / rice

Ruby Interface for C++ Extensions
http://ruby-rice.github.io/
Other
378 stars 63 forks source link

Fix More Compiler Warnings #134

Closed cfis closed 3 years ago

cfis commented 3 years ago

These two commits fix some more compiler warnings. One of them updates the Rice Struct class to use unsigned longs for offsets to match what the underlying Ruby structs class. The other one is a few odds and ends.

jasonroelofs commented 3 years ago

Awesome, thanks!