| Index: test/external-cross-compile/src/program.cc
|
| diff --git a/test/external-cross-compile/src/program.cc b/test/external-cross-compile/src/program.cc
|
| index a50ca367a971822cc19b9700d505830f6a62eff3..5172ae90fefbed4dd319c2004284a12f87439880 100644
|
| --- a/test/external-cross-compile/src/program.cc
|
| +++ b/test/external-cross-compile/src/program.cc
|
| @@ -10,7 +10,7 @@ static char data[] = {
|
| #include "cross_program.h"
|
| };
|
|
|
| -int main(int argc, char *argv[]) {
|
| +int main(void) {
|
| fwrite(data, 1, sizeof(data), stdout);
|
| return 0;
|
| }
|
|
|