summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-10-24 14:10:09 -0700
committerChih-hung Hsieh <chh@google.com>2014-10-31 18:38:00 +0000
commit8e5337de2c67c24f1e5c6144512e2a9ba9fefe12 (patch)
tree3a5175cd68520387f9c9e861bd70bfcf9eaabd7c /opengl
parentcb8a9fcc56288378d05d80c55396db7981e3828d (diff)
downloadframeworks_native-8e5337de2c67c24f1e5c6144512e2a9ba9fefe12.zip
frameworks_native-8e5337de2c67c24f1e5c6144512e2a9ba9fefe12.tar.gz
frameworks_native-8e5337de2c67c24f1e5c6144512e2a9ba9fefe12.tar.bz2
Avoid two warnings from clang.
Clang compiler warns about undefined static functions like getReturnString before all references are removed inside IF_LOG_COMMANDS. To remove such warnings, we can leave those static functions defined and the compiler will remove them at the end when they are not used. Add a cast to long before converting from int to void*, to avoid type cast warnings on 64 bit targets. BUG: 17043248 Change-Id: Ica31101522279d2c8eacc90e2939767002fb827b
Diffstat (limited to 'opengl')
0 files changed, 0 insertions, 0 deletions