Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -171,11 +171,11 @@
|
|||||||
if ( cond ) \
|
if ( cond ) \
|
||||||
; \
|
; \
|
||||||
else \
|
else \
|
||||||
do \
|
{ \
|
||||||
{ \
|
wxFAIL_COND_MSG(#cond, msg); \
|
||||||
wxFAIL_COND_MSG(#cond, msg); \
|
op; \
|
||||||
op; \
|
} \
|
||||||
} while ( 0 )
|
struct wxDummyCheckStruct /* just to force a semicolon */
|
||||||
|
|
||||||
/* special form of wxCHECK2: as wxCHECK, but for use in void functions */
|
/* special form of wxCHECK2: as wxCHECK, but for use in void functions */
|
||||||
/* */
|
/* */
|
||||||
|
Reference in New Issue
Block a user