Fix compile error with clang 3.8
[deliverable/binutils-gdb.git] / gdb / stap-probe.c
index ed7e1a0d3fb89ac4300106ecf735080107e3c1bb..b79cb153a937c9d0959116067b666e06889740fd 100644 (file)
@@ -119,7 +119,7 @@ public:
 
 /* SystemTap static_probe_ops.  */
 
-const stap_static_probe_ops stap_static_probe_ops;
+const stap_static_probe_ops stap_static_probe_ops {};
 
 class stap_probe : public probe
 {
This page took 0.025348 seconds and 4 git commands to generate.