run.c:1626:9: warning: explicitly assigning value of variable of type 'gint' (aka 'int') to itself [-Wself-assign] a_value=a_value;
Many more in the same file.
Log in to post a comment.