forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit25eb9e2
committed
Avoiding
cc1: warnings being treated as errorsexc.c: In function 'ExcRaise':exc.c:186: warning: passing arg 1 of 'Longjmp' from incompatible pointer typegmake[3]: *** [exc.o] Error 1Now we have:#if defined (JMP_BUF) longjmp(efp->context, 1);#else siglongjmp(efp->context, 1);#endif1 parent02ba3cf commit25eb9e2
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
187 | 191 | | |
188 | 192 | | |
0 commit comments
Comments
(0)