warning message at BEGIN_MESSAGE_MAP
2006-01-02 08:16:33 AM
cppbuilder5
I use message map for treat Message
BEGIN_MESSAGE_MAP
:
END_MESSAGE_MAP(TCustomControl)
It's not occur error or warning when I compile with Debug
configuration.
But i try compile with Release configuration, It's occur warning
message at BEGIN_MESSAGE_MAP
[C++ Warning] xxxx.h(134): W8027 Functions containing switch are not
expanded inline
WHY? What I do for clean compile (remove warning!!).