Kaydet (Commit) 6681432e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

error: too many arguments in call to 'pr_dummy' [-Werror]

Change-Id: Ib03b6d3af9909c971245314bbde2085d8c3c73b2
üst 29dcdf6b
...@@ -96,7 +96,7 @@ void recursive_pr_dummy(head, file) ...@@ -96,7 +96,7 @@ void recursive_pr_dummy(head, file)
return; return;
head->i_marked = 2; // it's a large boolean... head->i_marked = 2; // it's a large boolean...
if (head->i_file != file) if (head->i_file != file)
pr_dummy(head, file); pr_dummy(head);
for (i=0; i<head->i_listlen; i++) for (i=0; i<head->i_listlen; i++)
recursive_pr_dummy(head->i_list[ i ], file); recursive_pr_dummy(head->i_list[ i ], file);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment