Define Assert() et al to ((void)0) to avoid pedantic warnings.

Andres Freund <andres@anarazel.de>

Commit: 9959abb0122ca2b0e4817e20954e3083c90becdc
Author: Andres Freund <andres@anarazel.de>
Date: 2014-12-19T13:27:45Z
Releases: 9.5.0
Define Assert() et al to ((void)0) to avoid pedantic warnings.

gcc's -Wempty-body warns about the current usage when compiling
postgres without --enable-cassert.

Files

PathChange+/−
src/include/c.h modified +4 −4