Warning fixes.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.c
index 308e6c21a748409211338e5b90a2919ec5972728..8c33edb9c29240fb652e29d81da68918be55ce41 100644 (file)
@@ -3305,7 +3305,7 @@ copy_type_recursive (struct objfile *objfile, struct type *type,
      can't, but at the moment it is not needed.  */
 
   if (TYPE_CODE (type) == TYPE_CODE_FLT)
-    TYPE_FLOATFORMAT (new_type) == TYPE_FLOATFORMAT (type);
+    TYPE_FLOATFORMAT (new_type) = TYPE_FLOATFORMAT (type);
   else if (TYPE_CODE (type) == TYPE_CODE_STRUCT
           || TYPE_CODE (type) == TYPE_CODE_UNION
           || TYPE_CODE (type) == TYPE_CODE_TEMPLATE
This page took 0.024579 seconds and 4 git commands to generate.