Fix code analysis "issues"

This commit is contained in:
Cameron Gutman
2014-04-06 16:46:18 -04:00
committed by Michelle Bergeron
parent d903ee7784
commit d5037dff82
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ extern WCHAR DbgBuf[512];
#if defined(LC_WINDOWS_PHONE) || defined(LC_WINDOWS)
#include <crtdbg.h>
#define LC_ASSERT _ASSERTE
#define LC_ASSERT(x) __analysis_assume(x); \
_ASSERTE(x)
#else
#define LC_ASSERT(x)
#endif