Call-time pass-by-reference has been deprecated Warning

When installing affinity template in joomla, you might get following warning.

Warning: Call-time pass-by-reference has been deprecated in /home/content/35/5107635/html/sd/templates/rt_affinity_j15/rt_sectionrows.php on line 184

Open the rt_sectionrows.php file in an editor(preferably notepad++) using the mentioned URL.Then go to the indicated line number.You will see some thing like below.

call_user_func($block, &$this, $cases);

remove the & sign and save the file. Now refresh the web page and you will see warning has gone.