Skip to content

Commit 32962f4

Browse files
committed
Keeping the parent in case...
1 parent 40eea80 commit 32962f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_gdb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,10 @@ ZEND_API int zend_gdb_present(void)
171171
#else
172172
// Does not seem there is a way to get a full path
173173
// but only from the current process ...
174+
// unless there is "off the book" technique to get it ;
174175
// here considered "gdb-ish"
175176
// open to debate if we throw away the mac support altogether...
177+
(void)ppid;
176178
ret = 1;
177179
#endif
178180
}

0 commit comments

Comments
 (0)