Quite a warning. Yay for -Werror.
--- trunk/launchd/src/launchd_core_logic.c 2006-11-15 20:15:19 UTC (rev 22947)
+++ trunk/launchd/src/launchd_core_logic.c 2006-11-15 23:45:41 UTC (rev 22948)
@@ -2047,7 +2047,9 @@
void
job_setup_fd(job_t j, int target_fd, const char *path, int flags)
{
+#if 0
char newpath[PATH_MAX];
+#endif
int fd;
if (!path) {