largepages: osx compile warning fix
my_is_2pow is only used on linux. fixes compile warning: mysys/my_largepage.c:48:23: warning: unused function 'my_is_2pow' [-Wunused-function] static inline my_bool my_is_2pow(size_t n) { return !((n) & ((n) - 1)); } ^ 1 warning generated.
Showing
Please register or sign in to comment