Skip to content

fix: resolve multiple definition of verbose and remove unused variable err - #5

Open
quantaviel wants to merge 1 commit into
shengkai16:masterfrom
quantaviel:fix/verbose-and-err-warning
Open

fix: resolve multiple definition of verbose and remove unused variable err#5
quantaviel wants to merge 1 commit into
shengkai16:masterfrom
quantaviel:fix/verbose-and-err-warning

Conversation

@quantaviel

Copy link
Copy Markdown

Summary

This PR fixes two build issues:

  1. Multiple definition of verbose

    • Declared as extern in common_defines.h
    • Defined once in common_defines.c
  2. Unused variable err

    • Removed the unused variable in tc_prog_kern.c: tc_init_e_func

Verification

Tested with:

make all -C ~/ONCache

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