- Notifications
You must be signed in to change notification settings - Fork4.9k
Commita98d974
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 parent8696192 commita98d974
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
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)