我将边(绿色)添加到图形中,这使得节点的层次结构.如何添加不影响层次结构的次边(红色)?

编辑:这是Qt graphViz库.
我有一个用C语言编写的库.在代码中,我发现了几行代码int x = x;.我需要用/ Zw标志重写所有这些代码以进行编译.在某些意味着的地方int x = some_struct->x;,但在另一些情况下,我不明白它是什么.在某些地方,它首先使用x变量.所以在哪些情况下可以使用这种int x = x;表达方式.
void oc_enc_tokenize_dc_frag_list(oc_enc_ctx *_enc,int _pli,
const ptrdiff_t *_coded_fragis,ptrdiff_t _ncoded_fragis,
int _prev_ndct_tokens1,int _prev_eob_run1){
const ogg_int16_t *frag_dc;
ptrdiff_t fragii;
unsigned char *dct_tokens0;
unsigned char *dct_tokens1;
ogg_uint16_t *extra_bits0;
ogg_uint16_t *extra_bits1;
ptrdiff_t ti0;
ptrdiff_t ti1r;
ptrdiff_t ti1w;
int eob_run0;
int eob_run1;
int neobs1;
int token;
int eb;
int token1=token1;
int eb1=eb1;
/*Return immediately if there are no coded fragments; otherwise we'd flush
any trailing EOB run into the …Run Code Online (Sandbox Code Playgroud)