Fix compile error with clang 3.8
[deliverable/binutils-gdb.git] / gdb / probe.c
index 1f3da213efc9fa5493ae9c0c6b030298600539be..5702afe0d2f4fb84f194f57d319ae602a31d8cfe 100644 (file)
@@ -60,7 +60,7 @@ public:
 
 /* Static operations associated with a generic probe.  */
 
-const any_static_probe_ops any_static_probe_ops;
+const any_static_probe_ops any_static_probe_ops {};
 
 /* A helper for parse_probes that decodes a probe specification in
    SEARCH_PSPACE.  It appends matching SALs to RESULT.  */
This page took 0.026083 seconds and 4 git commands to generate.