Descriptionlibwebp: cherry-pick -Wincompatible-pointer fix
msvc: fix pointer type warning in BitsLog2Floor
_BitScanReverse() takes an unsigned long*
http://msdn.microsoft.com/en-us/library/fbxyd7zd.aspx
fixes:
C4057: 'function': 'unsigned long *' differs in indirection to slightly
different base types from 'uint32_t *'
and
-Wincompatible-pointer-types warning on Clang on Windows
https://code.google.com/p/webp/issues/detail?id=253
Committed: https://crrev.com/dc63ece9abb8f6706e719fb7d4aa3472fc75269b
Cr-Commit-Position: refs/heads/master@{#339716}
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|