These warnings are fixed by including the inline keyword in our inline macros, as we had some instances of BSONCXX_INLINE without the inline keyword present.
Was: During skunkworks I compiled the driver with GCC 4.8 and got a number of warnings about not being able to inline some functions marked always_inline.
We should audit these and de-inline them if they truly cannot be inlined.