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

fix: clear warnings #103

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

fix: clear warnings #103

wants to merge 8 commits into from

Conversation

gaojs
Copy link

@gaojs gaojs commented Apr 7, 2025

fix: clear warnings

hill.gao added 8 commits April 1, 2025 09:36
codegen/manual_client.cpp:125:37: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'size_t' {aka 'long unsigned int'}
codegen/manual_client.cpp:126:33: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long long unsigned int'
server.cpp(74): warning #550-D: variable "allocated_ptr" was set but never used
server.cpp(94): warning #177-D: variable "aligned_addr" was declared but never referenced

server.cpp(67): warning #550-D: variable "size" was set but never used
server.cpp(163): warning #177-D: variable "result" was declared but never referenced

server.cpp(55): warning #177-D: variable "catch_segfault" was declared but never referenced
server.cpp(56): warning #177-D: variable "faulting_address" was declared but never referenced
@kevmo314
Copy link
Owner

kevmo314 commented Apr 8, 2025

Thanks for the change! Do you have a quick summary of the changes you've made? It looks like two APIs were wired up as well?

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