xobs / wishbone-utils

Utilities for working with a Wishbone bridge
9 stars 5 forks source link

Modernize rust code in wishbone-tool #10

Closed jnsquire closed 4 years ago

jnsquire commented 4 years ago

I cleaned up the usages of uninitialized pointers to remove the deprecation warnings about mem::uninitialized. I just initialized the uninitialized c_int return value variables to 0 -- it seemed a little pointless to try and leave those uninitialized.

mithro commented 4 years ago

@xobs