Fix compile error with clang 3.8
[deliverable/binutils-gdb.git] / gdb / record-btrace.c
index 1ca0176ec81a3354c0165e4249e16b8ed1c10859..92c0821ec924332f370f346066759b0555e76294 100644 (file)
@@ -143,7 +143,7 @@ static record_btrace_target record_btrace_ops;
 
 /* Token associated with a new-thread observer enabling branch tracing
    for the new thread.  */
-static const gdb::observers::token record_btrace_thread_observer_token;
+static const gdb::observers::token record_btrace_thread_observer_token {};
 
 /* Memory access types used in set/show record btrace replay-memory-access.  */
 static const char replay_memory_access_read_only[] = "read-only";
This page took 0.024265 seconds and 4 git commands to generate.