commit | c76572af160bef9e1c71c5a4fe4b7df59c4a686e | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Fri Oct 21 17:31:42 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 21 17:31:42 2016 +0000 |
tree | 0598a63a612cd6610ee2da649c437429c5c157e4 | |
parent | 98a306a1b25777f47aca6d86d9ea53e5b0cabe70 [diff] | |
parent | 967ff395b6826e550d58a6db094f95a2439f32a4 [diff] |
Merge changes Icfc16070,Ied47a248,I8af087d9,I322a1366,If04580af into nextgenv2 * changes: Palette: Use inverse_color_order to find color index faster. Rewrite some loops to avoid -Wunsafe-loop-optimizations warnings. Remove some useless casts Add compiler warning flag -Wextra and fix related warnings. Declare some array sizes to be constants (known at compile time).