Skip to content

Commit

Permalink
make gcc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeatherstone committed Mar 2, 2024
1 parent d8513d7 commit 80ceefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/test/tester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace test
// -----------------------------------------------------------------------------

static std::mutex spinner_mutex;
static std::atomic<uint64_t> test_count = 0;
static std::atomic<uint64_t> test_count(0);

// -----------------------------------------------------------------------------

Expand Down

0 comments on commit 80ceefd

Please sign in to comment.