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

common: missing header file stdarg.h added #6027

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Conversation

grom72
Copy link
Contributor

@grom72 grom72 commented Feb 26, 2024

The file originally has been included in out.h,
and is no longer there after the new core_log implementation.
In the majority of builds it was included via valgrind.h, but it is not valid for builds with
make EXTRA_CFLAGS=-DVG_MEMCHECK_ENABLED=0


This change is Reviewable

The file originally has been included in out.h,
and is no longer there after new core_log impelmentation.
In majority of builds it was included via valgrind.h,
but it is not valid for builds with
`make EXTRA_CFLAGS=-DVG_MEMCHECK_ENABLED=0`

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
@grom72 grom72 added sprint goal This pull request is part of the ongoing sprint no changelog Add to skip the changelog check on your pull request labels Feb 26, 2024
@grom72 grom72 requested a review from janekmi February 26, 2024 07:58
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.04%. Comparing base (d78d854) to head (4fd9deb).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6027      +/-   ##
==========================================
- Coverage   70.05%   70.04%   -0.02%     
==========================================
  Files         133      133              
  Lines       19564    19564              
  Branches     3263     3263              
==========================================
- Hits        13705    13703       -2     
- Misses       5859     5861       +2     

Copy link
Contributor

@janekmi janekmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @grom72)

@janekmi janekmi merged commit cba93a0 into pmem:master Feb 26, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Add to skip the changelog check on your pull request sprint goal This pull request is part of the ongoing sprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants