commit | 53390e1e8c33ebee5bb8100e846f5263ba05ff73 | [log] [tgz] |
---|---|---|
author | Pablo Ceballos <pceballos@google.com> | Tue Aug 04 11:25:59 2015 -0700 |
committer | Pablo Ceballos <pceballos@google.com> | Wed Aug 05 15:21:59 2015 -0700 |
tree | 4557903adf281da7ec7132ffd473d7bd5d753bc2 | |
parent | 7d226163cd03a455f8dd1133f6448826072f071d [diff] |
libgui/SF: Fix some code warnings A couple of fixes to satisfy the Eclipse static code analysis tool. - Initialize all members in constructors - Remove unused forward declarations - Add parentheses when combining logical and bitwise operators - Fix a case statement with no break (it was intentional) Change-Id: Icecb8cc98c6f58b97ab33fffb621f0edc33a7d3c