From 9788bd372ebd949d14f8656b3ce171202f4d7e8b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Jul 2020 19:31:23 +0200 Subject: Add missing initializations --- test/ringbuffer_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ringbuffer_test.cpp') diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp index 4527902..519b0c3 100644 --- a/test/ringbuffer_test.cpp +++ b/test/ringbuffer_test.cpp @@ -34,7 +34,7 @@ namespace { using RingBuffer = Raul::RingBuffer; struct Context { - std::unique_ptr ring; + std::unique_ptr ring{}; size_t n_writes{0}; }; -- cgit v1.2.1