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

Eliminate warnings in compilation & test_man.sh #208

Closed
wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 11, 2024

  • Remove utils.c and prototypes for asprintf & vasprintf in utils.h (gets rid of redundant declaration warnings when running make)
  • Tell test_man.sh to use absolute paths (should be able to tests/test_man.sh instead of being in the tests directory)
  • Replace double quotes in test_man.sh with single quotes (as is grep's preference, this gets rid of warnings)

I could not find a reason to use your implementations of asprintf/vasprintf vs. the stock ones, if there is one then maybe the functions could be renamed instead of removed? Would love feedback.

Side note: I have included pull requests #156 , #165 , and #185 in my private clone of berry and had no issues, rather, a positive experience.

@ghost ghost closed this by deleting the head repository Dec 12, 2024
This pull request was closed.
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