Skip to content

Commit

Permalink
Fix GCC build (wall_now defined static; unused here)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Oct 29, 2015
1 parent 282efef commit 64c09ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bench.c
Expand Up @@ -99,5 +99,7 @@ int main(int argc, char **argv)
}

return 0;

(void) wall_now;
}

0 comments on commit 64c09ef

Please sign in to comment.