Name |
Last commit
|
Last update |
---|---|---|
.. | ||
apply_helpers.c | ||
apply_helpers.h | ||
both.c | ||
callbacks.c | ||
fromdiff.c | ||
fromfile.c | ||
index.c | ||
partial.c | ||
tree.c | ||
workdir.c |
Currently, the "apply_helper" functions used for testing the apply logic are all statically defined in the "apply_helpers.h" header file. This may lead to warnings from the compiler in case where this header file is included, but not all functions it brings along are used in the compilation unit where it has been included into. Fix these potential warnings by moving the implementation into its own compilation unit "apply_helpers.c".
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
apply_helpers.c | Loading commit data... | |
apply_helpers.h | Loading commit data... | |
both.c | Loading commit data... | |
callbacks.c | Loading commit data... | |
fromdiff.c | Loading commit data... | |
fromfile.c | Loading commit data... | |
index.c | Loading commit data... | |
partial.c | Loading commit data... | |
tree.c | Loading commit data... | |
workdir.c | Loading commit data... |