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
Two kinds of warnings appear when compiling correct EnerC code:
Cast errors saying stuff like "casting int * to parameter of type Q1 int *" are a result of our adapting the types of functions before getting to adapt the type of the function call. Maybe we can trick Clang into checking these as the same type.
Endorsements sometimes cause an "unused value" warning, despite our attempts to turn them off with pragmas.
These may be solved automatically if we ever switch to Quala for our frontend needs.
The text was updated successfully, but these errors were encountered:
Two kinds of warnings appear when compiling correct EnerC code:
These may be solved automatically if we ever switch to Quala for our frontend needs.
The text was updated successfully, but these errors were encountered: