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
Sometimes, particularly when dealing with code that CIL produced from code that contained a switch, we produce spurious warnings Warning: Body of function test falls-through and cannot find an appropriate return value.
Sometimes, particularly when dealing with code that CIL produced from code that contained a switch, we produce spurious warnings
Warning: Body of function test falls-through and cannot find an appropriate return value
.E.g.
CIL transforms this into:
When running CIL again on the CILed program we get the spurious warning.
This is a low priority issue discovered during goblint/bench#16 and I opened it mostly such that we can refer to it when we see this error message.
The text was updated successfully, but these errors were encountered: