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

Unified Diff: test/cflags/cflags.c

Issue 316163002: Remove unused parameters from test code. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: 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
Index: test/cflags/cflags.c
diff --git a/test/cflags/cflags.c b/test/cflags/cflags.c
index 276abe64788424812773d60b50212009e7dcb5ad..14420737e70cd8717a3a16120c3fab7022c91982 100644
--- a/test/cflags/cflags.c
+++ b/test/cflags/cflags.c
@@ -4,7 +4,7 @@
#include <stdio.h>
-int main(int argc, char *argv[])
+int main()
{
#ifdef FOO
printf("FOO defined\n");

Powered by Google App Engine
This is Rietveld 408576698