Chromium Code Reviews| Index: test/cflags/cflags.c |
| diff --git a/test/cflags/cflags.c b/test/cflags/cflags.c |
| index 276abe64788424812773d60b50212009e7dcb5ad..0a02ba90745e80767923be8fe5217c9e0dd01b7b 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(void) |
| { |
| #ifdef FOO |
| printf("FOO defined\n"); |