Define Assert() et al to ((void)0) to avoid pedantic warnings.
Andres Freund <andres@anarazel.de>
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
| Path | Change | +/− |
|---|---|---|
| src/include/c.h | modified | +4 −4 |