Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

Syntax problem with SVF player source file #81

@alpakpinar

Description

@alpakpinar

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:

handle_eof:
  if (p == 0)
    return 0;
    textIO->Print(Level::ERROR, "Unexpected EOF.\n");
    return -1;

The warning disappears with the version on the feature/svf_syntax_fix branch, here.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions