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
{{ message }}
This repository was archived by the owner on Oct 16, 2023. It is now read-only.
There is a syntax warning during the build, concerning the file src/ApolloSM/svfplayer_svf.cc, which does turn into an error for the builds where every warning is treated as an error. The issue is specifically for these lines, because of the wrong indentation of the line starting with TextIO->Print(...) below:
There is a syntax warning during the build, concerning the file
src/ApolloSM/svfplayer_svf.cc, which does turn into an error for the builds where every warning is treated as an error. The issue is specifically for these lines, because of the wrong indentation of the line starting withTextIO->Print(...)below:The warning disappears with the version on the
feature/svf_syntax_fixbranch, here.