HigherOrderCO/HVM

Fix NVIDIA Warning 20039

enricozb opened this issue · 0 comments

Pretty sure we can just move

// Declared here for use in call interactions.
static inline bool interact_eras(Net* net, TM* tm, Port a, Port b);

into the #ifdef COMPILED section.

We should do this after we have tests up.

Remove the build.rs flag that ignores this error after confirming it's fixed. Seen here: HigherOrderCO/Bend#404