Skip to content

Commit

Permalink
[benchmark] Fix Timer member variable in SERAL_TOOL build.
Browse files Browse the repository at this point in the history
  • Loading branch information
neboat committed Jan 15, 2025
1 parent 2ef6863 commit ea02835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cilkscale/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class BenchmarkImplT {
// Timer for tracking execution time.
cilkscale_timer_t Start, Stop;
#if SERIAL_TOOL
cilkscale_timer_t timer;
cilkscale_timer_t Timer;
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wcilk-ignored"
Expand Down

0 comments on commit ea02835

Please sign in to comment.