From e552bb0bf65cf02cfead323fd675d3d036f885dd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 15:44:56 +0300 Subject: [PATCH] update_daemon: mask phpmd stuff --- update_daemon2.php | 6 ++++++ 1 file changed, 6 insertions(+) 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(); -- 2.39.2