RTimothyEdwards / magic

Magic VLSI Layout Tool
Other
498 stars 103 forks source link

error: non-void function 'efNodeMerge' should return a value #244

Closed ryandesign closed 1 year ago

ryandesign commented 1 year ago

magic 8.3.396 and later fail to build:

EFbuild.c:1791:2: error: non-void function 'efNodeMerge' should return a value [-Wreturn-type]
        return;
        ^
RTimothyEdwards commented 1 year ago

My apologies. I had this fix on my end for I don't know how long, and apparently forgot to push it. I just did a push, so it is now correct in opencircuitdesign.com and will be fixed on github by tomorrow.

ryandesign commented 1 year ago

Thanks, 8.3.400 built fine.