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
% cn verify empty_param.c
empty_param.c:1:1: error: C-type signed int ()*
struct foo {
~~~~~~~^~~~~
This is holding up TA2 work. We don't need to be able to call these functions at this time. I expect calling them will require an ownership that includes an actual type for the pointer.
The text was updated successfully, but these errors were encountered:
@kmemarian comments: as noted on the PR ( #459 ) this isn't completely fixed yet: some change of Cerberus's handling of FunctionNoParams is needed in the frontend.
This is holding up TA2 work. We don't need to be able to call these functions at this time. I expect calling them will require an ownership that includes an actual type for the pointer.
The text was updated successfully, but these errors were encountered: