chai2010 / webp

WebP decoder and encoder for Go (Zero Dependencies).
http://godoc.org/github.com/chai2010/webp
BSD 3-Clause "New" or "Revised" License
512 stars 89 forks source link

fix the 2^x error raise in complier #67

Closed elliotchenzichang closed 5 months ago

elliotchenzichang commented 5 months ago

image we're using this repo and encountering this error when building our code and running our test case. So want to fix this by this PR.