You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"musually, every dummy node only has one outgoing edge, but this node has zero or more than one outgoing edges
this might be a bug, please report it to the author"
=====function====
void apmc_EvalInclinationInfo(void)
{
switch(aaa)
{
case 1:/s/
case 2:
aaa=2;
break;
case 3:
case 4:
aaa=4;
break;
default:
break;
}
}
===when two case point to same code with first case have comment ====
case 1://* s */ ----will report error
case 1: ----will not report error
"https://github.com/Enter-tainer/cxx2flow/releases/download/v0.6.2/cxx2flow-windows-amd64.exe"
"musually, every dummy node only has one outgoing edge, but this node has zero or more than one outgoing edges
this might be a bug, please report it to the author"
=====function====
void apmc_EvalInclinationInfo(void)
{
switch(aaa)
{
case 1:/s/
case 2:
aaa=2;
break;
case 3:
case 4:
aaa=4;
break;
default:
break;
}
}
===when two case point to same code with first case have comment ====
case 1://* s */ ----will report error
case 1: ----will not report error
cxx2flow.exe D:\SDD_autogenerate\temp\applMovCheck.c apmc_EvalInclinationInfo
cxx2flow.exe D:\SDD_autogenerate\temp\applMovCheck.c apmc_EvalInclinationInfo | dot.exe -Tpng -o applMovCheck.c_apmc_EvalInclinationInfo.png
The text was updated successfully, but these errors were encountered: