diff -r 5674a5983e1e -r 8d623100ab13 benchmark/edge_lookup.cc --- a/benchmark/edge_lookup.cc Thu Oct 12 10:56:26 2006 +0000 +++ b/benchmark/edge_lookup.cc Thu Oct 12 11:09:17 2006 +0000 @@ -1,5 +1,4 @@ -// #include -#include +#include"edge_lookup_test.h" #include #include #include @@ -92,7 +91,7 @@ }; -int main(int argc, char**argv) +int main(int, char**argv) { int N=atoi(argv[1]); int M=int(N*atof(argv[2]));