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
Most LF-Cpp programs produce warnings when compiled with clang >15.0.0. See lf-lang/playground-lingua-franca#99 for a collection of warning messages. These warnings should be easy to address by introducing [[maybe_unused]] attributes in the code generator.
The text was updated successfully, but these errors were encountered:
Most LF-Cpp programs produce warnings when compiled with clang >15.0.0. See lf-lang/playground-lingua-franca#99 for a collection of warning messages. These warnings should be easy to address by introducing
[[maybe_unused]]
attributes in the code generator.The text was updated successfully, but these errors were encountered: