Skip to content

Fix syntax error in routing_manager_stub.cpp#981

Open
jikun2008 wants to merge 1 commit intoCOVESA:masterfrom
jikun2008:master
Open

Fix syntax error in routing_manager_stub.cpp#981
jikun2008 wants to merge 1 commit intoCOVESA:masterfrom
jikun2008:master

Conversation

@jikun2008
Copy link

vsomeip/implementation/routing/src/routing_manager_stub.cpp:685:2: error: extra ‘;’ [-Werror=pedantic]
685 | };
| ^
cc1plus: error: unrecognized command line option ‘-Wno-inconsistent-missing-override’ [-Werror] cc1plus: error: unrecognized command line option ‘-Wno-tsan’ [-Werror] cc1plus: all warnings being treated as errors

fix build error

vsomeip/implementation/routing/src/routing_manager_stub.cpp:685:2: error: extra ‘;’ [-Werror=pedantic]
  685 | };
      |  ^
cc1plus: error: unrecognized command line option ‘-Wno-inconsistent-missing-override’ [-Werror]
cc1plus: error: unrecognized command line option ‘-Wno-tsan’ [-Werror]
cc1plus: all warnings being treated as errors


fix build error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant