stdafx.h
branchcustombridgeheads
changeset 5610 f67ca2533978
parent 5551 5cc56d0e6f5f
--- a/stdafx.h	Sat Dec 30 18:25:01 2006 +0000
+++ b/stdafx.h	Sat Dec 30 18:36:42 2006 +0000
@@ -114,7 +114,7 @@
 # define inline _inline
 # define CDECL _cdecl
 # if defined(_DEBUG)
-#  define NOT_REACHED() assert(0)
+#  define NOT_REACHED() {assert(0); _assume(0);}
 # else
 #  define NOT_REACHED() _assume(0)
 # endif /* _DEBUG */