Skip to content

Commit

Permalink
fix dimassoc unit-test for DEBUGGING
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Dec 12, 2024
1 parent 47a07e5 commit c26621e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit-testing/dimassoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ api_process (dwg_object *obj)
// BITCODE_H intsectxrefobj;

Dwg_Version_Type dwg_version = obj->parent->header.version;
#ifdef DEBUG_CLASSES
dwg_obj_dimassoc *dimassoc = dwg_object_to_DIMASSOC (obj);

if (obj->fixedtype == DWG_TYPE_UNKNOWN_OBJ)
Expand Down Expand Up @@ -55,4 +56,5 @@ api_process (dwg_object *obj)
CHK_SUBCLASS_TYPE (ref[i], DIMASSOC_Ref, has_lastpt_ref, B);
CHK_SUBCLASS_3RD (ref[i], DIMASSOC_Ref, lastpt_ref);
}
#endif
}

0 comments on commit c26621e

Please sign in to comment.