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
The generated code for [%%cenum] does not contain sufficient location information to give useful warnings when the user (intentionally or not) reuses the same index for an enum. The following code will generate a warning about an unused match case with location File "_none_", line 1.
[%%cenum
typet =
| Life [@id 42]
| Meaning [@id 42]
[@@uint32_t]
]
The generated code for
[%%cenum]
does not contain sufficient location information to give useful warnings when the user (intentionally or not) reuses the same index for an enum. The following code will generate a warning about an unused match case with locationFile "_none_", line 1
.https://gist.github.com/reynir/1c64452b2ca70606e814778572aae00e
The text was updated successfully, but these errors were encountered: