larroy / clearskies_core

Open source, distributed, secure data synchronization using the clearskies protocol
GNU Lesser General Public License v3.0
136 stars 15 forks source link

Fix compilation errors on clang #4

Closed cachapa closed 10 years ago

larroy commented 10 years ago

Is it android or clang?

cachapa commented 10 years ago

Clang on Android :-)

After a bit of reading I decided to switch to clang on the NDK:

It's also more strict about code, which can be good or bad, depending on the pov.