Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: test/toplevel-dir/src/sub2/prog2.c

Issue 316163002: Remove unused parameters from test code. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Use int main(void) instead Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/toplevel-dir/src/sub1/prog1.c ('k') | test/variables/latelate/src/program.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/toplevel-dir/src/sub2/prog2.c
diff --git a/test/toplevel-dir/src/sub2/prog2.c b/test/toplevel-dir/src/sub2/prog2.c
index 7635ae8c1ce43a5925445e0ea5f4a987170eefea..12a31883b93a99ca000a872b6ea439902cdc69eb 100644
--- a/test/toplevel-dir/src/sub2/prog2.c
+++ b/test/toplevel-dir/src/sub2/prog2.c
@@ -1,6 +1,6 @@
#include <stdio.h>
-int main(int argc, char *argv[])
+int main(void)
{
printf("Hello from prog2.c\n");
return 0;
« no previous file with comments | « test/toplevel-dir/src/sub1/prog1.c ('k') | test/variables/latelate/src/program.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698