hashpipe icon indicating copy to clipboard operation
hashpipe copied to clipboard

fixing compilation problems

Open kulpaj opened this issue 6 years ago • 0 comments

listed below -because lack of '\0' in header, changing strncpy to memcpy -changing size of format buffer to fit the format string -suggestion to use memset rather tha for loop to fill buffer with space ' ' -very nasty workaround to -Werror=address-of-packed-member for struct hashpipe_ibv_flow attr. I don't like that approach. Maybe just forcing to ignore address-of-packed-member is better, as attr is the first attribute and it will be aligned

kulpaj avatar Mar 24 '20 23:03 kulpaj