Deprecated issue in WordPress [closed]

First find C_Widget_Gallery widget code. Search all the theme directory first. Specially any *.php file with -widget name part. It can also be initiated by a plugin. So search in the plugin directory if you don’t find it in themes directory.

Then find $this->WP_Widget inside the class and replace only just it with parent::__construct. And it will be fixed.