replicant-frameworks_native/libs
Chih-Hung Hsieh 8e5337de2c 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
2014-10-31 18:38:00 +00:00
..
binder Avoid two warnings from clang. 2014-10-31 18:38:00 +00:00
diskusage Report actual disk space used 2013-05-01 10:10:59 -07:00
gui Merge "Don't check if this == NULL." 2014-10-15 22:45:07 +00:00
input Clean cruft out of makefiles. 2014-09-11 18:49:47 -07:00
ui Some more test cleanup. 2014-10-16 20:46:05 -07:00