Comment 6 for bug 1641612

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Re: New compilation warnings with GCC 6 (-Wshift-negative-value, -Wdeprecated-declarations, -Wnonnull-compare)

For 5.6, HandlerSocket must be compiled with -std=gnu++98 to avoid std::auto_ptr deprecation warnings. For TokuDB, https://tokutek.atlassian.net/browse/FT-704 should be fixed at least to the point of resolving the new -Wnonnull-compare warnings.