-
Notifications
You must be signed in to change notification settings - Fork 3.3k
FIX printDebugInfo in ov_interface.cc #25298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Please use clang-format to format the code |
@fs-eire the whole file is weirdly formatted, regarding the bit I fixed I have followed the same formatting. |
There is one. But I think the build pipeline only build release so the code is never included |
I’m not sure how to format or indent my fix without conflicting with the formatting of the surrounding code. |
I checked it locally. you are right, the file is not initially well formated. The Lint job only checks modified files. It's OK to commit the file after formatting a lot of lines - it should have been formatted before. |
error C2181: illegal else without matching if
@fs-eire Done |
/azp run Linux QNN CI Pipeline, Win_TRT_Minimal_CUDA_Test_CI, Windows ARM64 QNN CI Pipeline, Windows GPU Doc Gen CI Pipeline, Windows x64 QNN CI Pipeline |
Azure Pipelines successfully started running 5 pipeline(s). |
error C2181: illegal else without matching if Fix compilation in debug due to {} mismatch --------- Co-authored-by: Julien Maille <[email protected]>
error C2181: illegal else without matching if Fix compilation in debug due to {} mismatch --------- Co-authored-by: Julien Maille <[email protected]>
error C2181: illegal else without matching if
Fix compilation in debug due to {} mismatch