Silence ARI warning about floatformat_to_double
[deliverable/binutils-gdb.git] / gdb / target-float.c
index caa6943395016cb19e9dcef1a3bdb5375fc1d7bb..ddf20c89068ecf996e81f4808ff98ead3fe180ff 100644 (file)
@@ -647,8 +647,8 @@ host_float_ops<T>::from_target (const struct floatformat *fmt,
     {
       double dto;
 
-      floatformat_to_double (fmt->split_half ? fmt->split_half : fmt,
-                            from, &dto);
+      floatformat_to_double    /* ARI: floatformat_to_double */
+       (fmt->split_half ? fmt->split_half : fmt, from, &dto);
       *to = (T) dto;
       return;
     }
This page took 0.023687 seconds and 4 git commands to generate.