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

Commits on Feb 26, 2024

  1. common: missing header file stdarg.h added

    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 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4fd9deb View commit details
    Browse the repository at this point in the history