Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/schedint/upp.cc

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