From e552bb0bf65cf02cfead323fd675d3d036f885dd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 15:44:56 +0300 Subject: update_daemon: mask phpmd stuff --- update_daemon2.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'update_daemon2.php') diff --git a/update_daemon2.php b/update_daemon2.php index 1dddf6efd..783217cef 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(); -- cgit v1.2.3