Remove unused args in main
This commit is contained in:
parent
9186a45be9
commit
65d8891c0e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
struct timespec ts = {.tv_nsec = 30, .tv_sec = 0};
|
||||
volatile int dummy = 0;
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
int main(void) {
|
||||
struct timespec start, end;
|
||||
|
||||
clock_gettime(CLOCK_MONOTONIC, &start);
|
||||
|
|
Loading…
Add table
Reference in a new issue