id summary reporter owner description type status milestone component version severity resolution keywords cc 9835 "Boost Interprocess fails to compile with Android NDK GCC 4.8 ""-Werror=unused-variable""" drivehappy@… Ion Gaztañaga "Building with the arm-linux-androideabi gcc 4.8 toolchain and -Wall the following error occurs for boost 1.55.0: {{{ /~snip~/boost/interprocess/mapped_region.hpp: In member function 'bool boost::interprocess::mapped_region::advise(boost::interprocess::mapped_region::advice_types)': /~snip~/boost/interprocess/mapped_region.hpp:742:23: error: unused variable 'mode_padv' [-Werror=unused-variable] const unsigned int mode_padv = 1; }}} ^ The following #include reproduces the problem: {{{ #include int main() { return 0; } }}} Built with: /opt/android/bin/arm-linux-androideabi-g++ -Werror=unused-variable main.cpp Note: This was after applying the patch for #9408 for Android and XSI_SHARED_MEMORY_OBJECTS." Bugs closed To Be Determined interprocess Boost 1.55.0 Problem fixed