

Remove build warning on Mac OSX LLVM(Clang) + Boost-1. In most cases it will be easier to use the Android SDK Clang-Tidy integration.

c -fopenmp clang: error: unsupported option '-fopenmp' even though clang had OpenMP support for quite a long time now (great thanks to the folks at Intel providing their library as open source!).

Like almost all compilers, clang is written in a high-level language (in this case C++), so building clang requires a host compiler to do the actual compilation.
