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: Fix deprecation warnings #58

Merged
merged 1 commit into from Oct 20, 2022
Merged

fix: Fix deprecation warnings #58

merged 1 commit into from Oct 20, 2022

Conversation

Antonov548
Copy link
Contributor

  • fix compilation warnings from logs. Warning is -Wstrict-prototypes
    • remove extern for function - deprecated
    • fix arguments for prototypes. void for prototypes without arguments.

@codecov-commenter
Copy link

Codecov Report

Base: 63.44% // Head: 63.44% // No change to project coverage 👍

Coverage data is based on head (0bd333d) compared to base (d907ccf).
Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   63.44%   63.44%           
=======================================
  Files          13       13           
  Lines         279      279           
=======================================
  Hits          177      177           
  Misses        102      102           
Impacted Files Coverage Δ
src/init.c 100.00% <ø> (ø)
src/trace_back_backtrace.c 9.80% <0.00%> (ø)
src/trace_back_unwind.c 97.43% <ø> (ø)
src/trace_back.c 58.33% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@krlmlr krlmlr changed the title Fix deprecation warnings fix: Fix deprecation warnings Oct 20, 2022
@krlmlr krlmlr merged commit ad410e0 into r-prof:main Oct 20, 2022
@krlmlr
Copy link
Member

krlmlr commented Oct 20, 2022

Thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants