We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454913c commit 9eb0afdCopy full SHA for 9eb0afd
src/include/c.h
@@ -7,7 +7,7 @@
7
*
8
* Copyright (c) 1994, Regents of the University of California
9
10
- * $Id: c.h,v 1.40 1998/06/15 18:39:51 momjian Exp $
+ * $Id: c.h,v 1.41 1998/06/20 04:34:31 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -616,7 +616,7 @@ typedef struct Exception
616
617
#ifndef USE_ASSERT_CHECKING
618
#define Assert(condition)
619
-#define AssertMacro(condition) true
+#define AssertMacro(condition) (void)true
620
#define AssertArg(condition)
621
#define AssertState(condition)
622
#else
0 commit comments