On 03/05/2018 17:32, Patrick Alken wrote:
> Brian,
> 
>   Thanks for testing. gcc never complained about the void* arithmetic so
> I didn't catch this error. I have replaced these lines by casting the
> void pointers to unsigned char *, which should correct the issue. Can
> you try out the latest git and let me know if it fixes the issue?

Hi Patrick

That solved it and all the new material now works with Visual Studio 2017.

I had to make a small change in filter/test_median.c because the Unix
function gettimeofday() is not available on Windows so I had to add a
local one.  I have added this change to the main repository.

     Brian

Reply via email to