X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=update_daemon2.php;fp=update_daemon2.php;h=783217cef2e96a174d51ef727da3c12fef9338fd;hb=e552bb0bf65cf02cfead323fd675d3d036f885dd;hp=1dddf6efdaec9d63edec1ef77eb2de4a9531753f;hpb=9b666d2aa1d6a7fd9f239708ba2c59da5dfb9ca7;p=tt-rss.git diff --git a/update_daemon2.php b/update_daemon2.php index 1dddf6ef..783217ce 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -45,6 +45,9 @@ $last_checkpoint = -1; + /** + * @SuppressWarnings(unused) + */ function reap_children() { global $children; global $ctimes; @@ -85,6 +88,9 @@ } } + /** + * @SuppressWarnings(unused) + */ function sigchld_handler($signal) { $running_jobs = reap_children();