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

Unified Diff: test/library/src/program.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/include_dirs/src/subdir/subdir_includes.c ('k') | test/link-dependency/mymalloc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/library/src/program.c
diff --git a/test/library/src/program.c b/test/library/src/program.c
index d7712cced429c0a98306c90d8af3e2c3960e9fe4..d460f60e40511f5c33d515090da83bdb0f1f60e2 100644
--- a/test/library/src/program.c
+++ b/test/library/src/program.c
@@ -4,7 +4,7 @@ extern void lib1_function(void);
extern void lib2_function(void);
extern void moveable_function(void);
-int main(int argc, char *argv[])
+int main(void)
{
fprintf(stdout, "Hello from program.c\n");
fflush(stdout);
« no previous file with comments | « test/include_dirs/src/subdir/subdir_includes.c ('k') | test/link-dependency/mymalloc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698