There is no error message when there is a space between * or & and the variable name. example: const char * currentArgument = argv[++argCounter];
Created attachment 219404 [details] patch
Comment on attachment 219404 [details] patch Clearing flags on attachment: 219404 Committed r160706: <http://trac.webkit.org/changeset/160706>
All reviewed patches have been landed. Closing bug.
This needs to be rolled out. It’s complaining on lines of code that are doing multiplication, such as the ones in bug 120284.
(In reply to comment #4) > This needs to be rolled out. It’s complaining on lines of code that are doing multiplication, such as the ones in bug 120284. I reported bug 125915 against webkit-check-style for this issue.