Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/schedint/upp.cc

    rdc33b5b rbf71cfd  
    2323                )
    2424
    25                 printf("%g\n", result);
     25                printf("%llu\n", result);
    2626                go = 0;
    2727                return 0;
     
    3939};
    4040
    41 int main(__attribute__((unused)) int argc, __attribute__((unused)) char* argv[]) {
     41int main(int margc, char* margv[]) {
     42        argc = margc;
     43        argv = margv;
    4244        T t;
    4345        return m.wait();
Note: See TracChangeset for help on using the changeset viewer.