How to disable warning "needs to have dll-interface to be used by clients of class"

Hello,
its possible disable this annoying warning, while compiling on win?
This warning prints lot of cocos2dx classes.

Thanks

#pragma warning(disable : 4251)

Thanks.

Really nice without this warnings.