DescriptionThe register keyword is deprecated in C++, even at -O0, registers are used automatically.
Having the register keyword there causes a warning about deprecated keywords when using clang (and possibly future gcc versions), and isn't needed.
Patch originally submitted to AOSP
https://android-review.googlesource.com/#/c/72501
Committed: http://code.google.com/p/skia/source/detail?r=12702
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|