mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
cc1: warnings being treated as errors exc.c: In function 'ExcRaise': exc.c:186: warning: passing arg 1 of 'Longjmp' from incompatible pointer type gmake[3]: *** [exc.o] Error 1 Now we have: #if defined (JMP_BUF) longjmp(efp->context, 1); #else siglongjmp(efp->context, 1); #endif |
||
---|---|---|
.. | ||
backend | ||
bin | ||
include | ||
interfaces | ||
man | ||
test | ||
tools/mkldexport | ||
tutorial | ||
utils | ||
BACKEND_DIRS | ||
MAKE_CTAGS | ||
MAKE_ETAGS | ||
MAKE_MKID | ||
Makefile | ||
Makefile.global |