google / open-vcdiff

An encoder/decoder for the VCDIFF (RFC3284) format
Apache License 2.0
186 stars 52 forks source link

Fix 67 #69

Closed bacek closed 7 years ago

bacek commented 8 years ago

Fixes #67

Basically I switched storing of test data to uint8_t. It's not perfect solution because requires quite few of reinterpretcast to const char. But it will simplify future testing for implementation of #4. However I'm slightly disagree about using void * and in favour of uint8_t_

bacek commented 8 years ago

Ping

hansfilipelo commented 7 years ago

This PR does indeed fix compilation on GCC6 (Ubuntu 16.10) and is in need of review.