Skip to content
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

Use onnx_protobuf.h to suppress some GCC warnings #23453

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

snnn
Copy link
Member

@snnn snnn commented Jan 21, 2025

Description

Use onnx_protobuf.h to suppress some GCC warnings.

All the changes are autogenerated by a shell command.

find . -type f -exec sed -i 's/#include\s\+<onnx\/onnx_pb.h>/#include "core\/graph\/onnx_protobuf.h"/g' {} \;

Motivation and Context

This PR is needed for making vcpkg work(without disabling all warnings)
This PR is split from another bigger PR per request from a reviewer.

@snnn snnn merged commit ff8465e into main Jan 22, 2025
98 checks passed
@snnn snnn deleted the snnn/update_header_2 branch January 22, 2025 04:25
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.

2 participants